Uses of Class
com.oracle.bmc.identitydomains.requests.GetMyAuthTokenRequest
-
Packages that use GetMyAuthTokenRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetMyAuthTokenRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetMyAuthTokenRequest Modifier and Type Method Description GetMyAuthTokenResponse
IdentityDomains. getMyAuthToken(GetMyAuthTokenRequest request)
Get a user’s own Auth token.Future<GetMyAuthTokenResponse>
IdentityDomainsAsync. getMyAuthToken(GetMyAuthTokenRequest request, AsyncHandler<GetMyAuthTokenRequest,GetMyAuthTokenResponse> handler)
Get a user’s own Auth token.Future<GetMyAuthTokenResponse>
IdentityDomainsAsyncClient. getMyAuthToken(GetMyAuthTokenRequest request, AsyncHandler<GetMyAuthTokenRequest,GetMyAuthTokenResponse> handler)
GetMyAuthTokenResponse
IdentityDomainsClient. getMyAuthToken(GetMyAuthTokenRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMyAuthTokenRequest Modifier and Type Method Description Future<GetMyAuthTokenResponse>
IdentityDomainsAsync. getMyAuthToken(GetMyAuthTokenRequest request, AsyncHandler<GetMyAuthTokenRequest,GetMyAuthTokenResponse> handler)
Get a user’s own Auth token.Future<GetMyAuthTokenResponse>
IdentityDomainsAsyncClient. getMyAuthToken(GetMyAuthTokenRequest request, AsyncHandler<GetMyAuthTokenRequest,GetMyAuthTokenResponse> handler)
-
Uses of GetMyAuthTokenRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetMyAuthTokenRequest Modifier and Type Method Description GetMyAuthTokenRequest
GetMyAuthTokenRequest.Builder. build()
Build the instance of GetMyAuthTokenRequest as configured by this builderGetMyAuthTokenRequest
GetMyAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMyAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetMyAuthTokenRequest Modifier and Type Method Description GetMyAuthTokenRequest.Builder
GetMyAuthTokenRequest.Builder. copy(GetMyAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-