-
Methods in io.gitea.api with parameters of type CreateOAuth2ApplicationOptions
| Modifier and Type |
Method |
Description |
OAuth2Application |
UserApi.userCreateOAuth2Application(CreateOAuth2ApplicationOptions body) |
creates a new OAuth2 application
|
com.squareup.okhttp.Call |
UserApi.userCreateOAuth2ApplicationAsync(CreateOAuth2ApplicationOptions body,
ApiCallback<OAuth2Application> callback) |
creates a new OAuth2 application (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCreateOAuth2ApplicationCall(CreateOAuth2ApplicationOptions body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for userCreateOAuth2Application
|
ApiResponse<OAuth2Application> |
UserApi.userCreateOAuth2ApplicationWithHttpInfo(CreateOAuth2ApplicationOptions body) |
creates a new OAuth2 application
|
OAuth2Application |
UserApi.userUpdateOAuth2Application(java.lang.Long id,
CreateOAuth2ApplicationOptions body) |
update an OAuth2 Application, this includes regenerating the client secret
|
com.squareup.okhttp.Call |
UserApi.userUpdateOAuth2ApplicationAsync(java.lang.Long id,
CreateOAuth2ApplicationOptions body,
ApiCallback<OAuth2Application> callback) |
update an OAuth2 Application, this includes regenerating the client secret (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUpdateOAuth2ApplicationCall(java.lang.Long id,
CreateOAuth2ApplicationOptions body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for userUpdateOAuth2Application
|
ApiResponse<OAuth2Application> |
UserApi.userUpdateOAuth2ApplicationWithHttpInfo(java.lang.Long id,
CreateOAuth2ApplicationOptions body) |
update an OAuth2 Application, this includes regenerating the client secret
|
-