A  C  D  E  G  H  O  P  R  S  T  V  W 

G

generateCodeChallenge(java.lang.String) - function in com.ibm.security.verifysdk.authentication.PKCEHelper.Companion
A challenge derived from the code verifier that is sent in the authorization request, to be verified against later.
generateCodeVerifier() - function in com.ibm.security.verifysdk.authentication.PKCEHelper.Companion
Generates a cryptographically random string that is used to correlate the authorization request to the token request.
getAccessToken() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The access token generated by the authorization server.
getAdditionalData() - function in com.ibm.security.verifysdk.authentication.TokenInfo
Additional data parameters returned from the token server.
getAdditionalHeaders() - function in com.ibm.security.verifysdk.authentication.OAuthProvider
 
getAdditionalParameters() - function in com.ibm.security.verifysdk.authentication.OAuthProvider
 
getAuthorizationEndpoint() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getClaimsLocalesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array of languages and scripts supported for Values in Claims being returned.
getClaimsParameterSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A boolean Value specifying whether the OpenID Provider supports use of the claims parameter, with true indicating support.
getClaimsSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the Claim Names of the Claims that the OpenID Provider may be able to supply Values for.
getClaimTypesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the Claim Types that the OpenID Provider supports.
getClientId() - function in com.ibm.security.verifysdk.authentication.OAuthProvider
 
getClientSecret() - function in com.ibm.security.verifysdk.authentication.OAuthProvider
 
getCreatedOn() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The date and time when the access token was created.
getDisplayValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the display parameter Values that the OpenID Provider supports.
getEntries() - function in com.ibm.security.verifysdk.authentication.CodeChallengeMethod
A method used to derive code challenge.
getExpiresIn() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The lifetime in seconds of the access token.
getExpiresOn() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The date and time when the access token expires.
getGrantTypesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getIdTokenEncryptionAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getIdTokenEncryptionEncValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getIdTokenSigningAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getIssuer() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getJwksUri() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getName() - function in kotlin.CodeChallengeMethod
 
getOpPolicyUri() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A URL that the OpenID Provider provides to the person registering the Client to read about the OP's requirements on how the Relying Party can use the data provided by the OpenID Provider.
getOpToSUri() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A URL that the OpenID Provider provides to the person registering the Client to read about OpenID Provider's terms of service.
getOrdinal() - function in kotlin.CodeChallengeMethod
 
getRefreshToken() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The refresh token, which can be used to obtain new access tokens using the same authorization grant.
getRegistrationEndpoint() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getRequestObjectEncryptionAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWE encryption algorithms (alg Values) supported by the OpenID Connect Provider for Request Objects.
getRequestObjectEncryptionEncValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWE encryption algorithms (enc Values) supported by the OpenID Connect Provider for Request Objects.
getRequestObjectSigningAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWS signing algorithms (alg Values) supported by the OpenID Connect Provider for Request Objects.
getRequestParameterSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A boolean Value specifying whether the OpenID Provider supports use of the request parameter, with true indicating support.
getRequestUriParameterSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A boolean Value specifying whether the OpenID Provider supports use of the request_uri parameter, with true indicating support.
getRequireRequestUriRegistration() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A boolean Value specifying whether the OpenID Provider requires any request_uri Values used to be pre-registered using the request_uris registration parameter.
getResponseModesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getResponseTypesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getScope() - function in com.ibm.security.verifysdk.authentication.TokenInfo
The scope of the access token.
getServiceDocumentation() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
A URL of a page containing human-readable information that developers might want or need to know when using the OpenID Provider.
getSubjectTypesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getTokenEndpoint() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getTokenEndpointAuthMethodsSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of Client Authentication methods supported by this Token Endpoint.
getTokenEndpointAuthSigningAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWS signing algorithms (alg Values) supported by the Token Endpoint for the signature on the JWT used to authenticate the Client at the Token Endpoint for the private_key_jwt and client_secret_jwt authentication methods.
getTokenType() - function in com.ibm.security.verifysdk.authentication.TokenInfo
Typically "Bearer" when present.
getUiLocalesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array of languages and scripts supported for the user interface.
getUserinfoEncryptionAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWE encryption algorithms (alg Values) JWA supported by the UserInfo Endpoint to encode the Claims in a JWT.
getUserinfoEncryptionEncValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWE encryption algorithms (enc Values) JWA supported by the UserInfo Endpoint to encode the Claims in a JWT.
getUserinfoEndpoint() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
 
getUserinfoSigningAlgValuesSupported() - function in com.ibm.security.verifysdk.authentication.OIDCMetadataInfo
An array containing a list of the JWS signing algorithms (alg Values) JWA supported by the UserInfo Endpoint to encode the Claims in a JWT.
A  C  D  E  G  H  O  P  R  S  T  V  W