| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevelopersApi.getAccessTokenByRefreshTokenAsync(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams,
ApiCallback<GetAccessTokenByRefreshTokenResponse> callback)
Get Access Token By Refresh Token (asynchronously)
Get Access Token By Refresh Token
|
com.squareup.okhttp.Call |
DevelopersApi.getAuthorizationUrlAsync(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams,
ApiCallback<GetAuthorizationUrlResponse> callback)
Get Authorization Url (asynchronously)
Gets authorization url
|
com.squareup.okhttp.Call |
DevelopersApi.getClientTokenAsync(GetClientTokenParams getClientTokenParams,
ApiCallback<GetClientTokenResponse> callback)
Get Client Token (asynchronously)
Gets Client Token
|
com.squareup.okhttp.Call |
DevelopersApi.getDiscoveryAsync(GetDiscoveryParams getDiscoveryParams,
ApiCallback<GetDiscoveryResponse> callback)
Get OP Discovery Configuration (asynchronously)
Get OP Discovery Configuration
|
com.squareup.okhttp.Call |
DevelopersApi.getJsonWebKeySetAsync(String authorization,
GetJwksParams getJwksParams,
ApiCallback<GetJwksResponse> callback)
Get JSON Web Key Set (asynchronously)
Get JSON Web Key Set
|
com.squareup.okhttp.Call |
DevelopersApi.getLogoutUriAsync(String authorization,
GetLogoutUriParams getLogoutUriParams,
ApiCallback<GetLogoutUriResponse> callback)
Get Logout URL (asynchronously)
Get Logout URL
|
com.squareup.okhttp.Call |
DevelopersApi.getTokensByCodeAsync(String authorization,
GetTokensByCodeParams getTokensByCodeParams,
ApiCallback<GetTokensByCodeResponse> callback)
Get Tokens By Code (asynchronously)
Get tokens by code
|
com.squareup.okhttp.Call |
DevelopersApi.getUserInfoAsync(String authorization,
GetUserInfoParams getUserInfoParams,
ApiCallback<Map<String,Object>> callback)
Get User Info (asynchronously)
Get User Info
|
com.squareup.okhttp.Call |
DevelopersApi.healthCheckAsync(ApiCallback<Void> callback)
Health Check (asynchronously)
Health Check endpoint is for quick check whether oxd-server is alive.
|
com.squareup.okhttp.Call |
DevelopersApi.introspectAccessTokenAsync(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams,
ApiCallback<IntrospectAccessTokenResponse> callback)
Introspect Access Token (asynchronously)
Introspect Access Token
|
com.squareup.okhttp.Call |
DevelopersApi.introspectRptAsync(String authorization,
IntrospectRptParams introspectRptParams,
ApiCallback<IntrospectRptResponse> callback)
Introspect RPT (asynchronously)
Introspect RPT
|
com.squareup.okhttp.Call |
DevelopersApi.registerSiteAsync(RegisterSiteParams registerSiteParams,
ApiCallback<RegisterSiteResponse> callback)
Register Site (asynchronously)
Registers site at oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.removeSiteAsync(String authorization,
RemoveSiteParams removeSiteParams,
ApiCallback<UpdateSiteResponse> callback)
Remove Site (asynchronously)
Removes site from oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetClaimsGatheringUrlAsync(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams,
ApiCallback<UmaRpGetClaimsGatheringUrlResponse> callback)
UMA RP Get Claims Gathering URL (asynchronously)
UMA RP Get Claims Gathering URL
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetRptAsync(String authorization,
UmaRpGetRptParams umaRpGetRptParams,
ApiCallback<UmaRpGetRptResponse> callback)
UMA RP Get RPT (asynchronously)
UMA RP Get RPT
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsCheckAccessAsync(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams,
ApiCallback<UmaRsCheckAccessResponse> callback)
UMA RS Check Access (asynchronously)
UMA RS Check Access
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsProtectAsync(String authorization,
UmaRsProtectParams umaRsProtectParams,
ApiCallback<UmaRsProtectResponse> callback)
UMA RS Protect Resources (asynchronously)
UMA RS Protect Resources.
|
com.squareup.okhttp.Call |
DevelopersApi.updateSiteAsync(String authorization,
UpdateSiteParams updateSiteParams,
ApiCallback<UpdateSiteResponse> callback)
Update Site (asynchronously)
Updates site at oxd-server.
|
Copyright © 2021. All rights reserved.