Skip navigation links
A C G O S T 

A

AuthenticationAPI - Class in software.reloadly.sdk.authentication.client
Class that provides an implementation of some of the Authentication and Authorization API methods
AuthenticationAPI(String, String, Service, boolean, List<String>, HttpOptions, Boolean) - Constructor for class software.reloadly.sdk.authentication.client.AuthenticationAPI
 

C

clientCredentials() - Method in class software.reloadly.sdk.authentication.client.AuthenticationAPI
 

G

getAccessToken() - Method in class software.reloadly.sdk.authentication.client.OAuth2ClientCredentialsOperation
Creates a request to get a Token for the given audience using the 'Client Credentials' grant.
getExpiresIn() - Method in class software.reloadly.sdk.authentication.dto.response.TokenHolder
Getter for the expiration time ('exp' claim) of the recently issued token.
getToken() - Method in class software.reloadly.sdk.authentication.dto.response.TokenHolder
Getter for the Reloadly's access token.
getTokenType() - Method in class software.reloadly.sdk.authentication.dto.response.TokenHolder
Getter for the token type.

O

OAuth2ClientCredentialsOperation - Class in software.reloadly.sdk.authentication.client
 
OAuth2ClientCredentialsOperation() - Constructor for class software.reloadly.sdk.authentication.client.OAuth2ClientCredentialsOperation
 
OAuth2ClientCredentialsRequest - Interface in software.reloadly.sdk.authentication.dto.request
Class that represents an OAuth 2.0 Authentication/Authorization request.

S

setAudience(String) - Method in interface software.reloadly.sdk.authentication.dto.request.OAuth2ClientCredentialsRequest
Setter for the audience value to request
setAudience(String) - Method in class software.reloadly.sdk.authentication.dto.request.TokenRequest
 
software.reloadly.sdk.authentication.client - package software.reloadly.sdk.authentication.client
 
software.reloadly.sdk.authentication.dto.request - package software.reloadly.sdk.authentication.dto.request
 
software.reloadly.sdk.authentication.dto.response - package software.reloadly.sdk.authentication.dto.response
 

T

TokenHolder - Class in software.reloadly.sdk.authentication.dto.response
Class that contains the Tokens obtained after a call to the AuthenticationAPI methods.
TokenHolder() - Constructor for class software.reloadly.sdk.authentication.dto.response.TokenHolder
 
TokenRequest - Class in software.reloadly.sdk.authentication.dto.request
 
TokenRequest(OkHttpClient, String) - Constructor for class software.reloadly.sdk.authentication.dto.request.TokenRequest
 
A C G O S T 
Skip navigation links

Copyright © 2021. All rights reserved.