Uses of Interface
net.openid.appauth.ClientAuthentication
-
Packages that use ClientAuthentication Package Description net.openid.appauth AppAuth for Android. -
-
Uses of ClientAuthentication in net.openid.appauth
Classes in net.openid.appauth that implement ClientAuthentication Modifier and Type Class Description classClientSecretBasicImplementation of the client authentication method ‘client_secret_basic’.classClientSecretPostImplementation of the client authentication method ‘client_secret_post’.classNoClientAuthenticationImplementation of the client authentication method ‘none’.Methods in net.openid.appauth that return ClientAuthentication Modifier and Type Method Description ClientAuthenticationAuthState. getClientAuthentication()Creates the required client authentication for the token endpoint based on information in the most recent registration response (if it is set).Methods in net.openid.appauth with parameters of type ClientAuthentication Modifier and Type Method Description voidAuthState. performActionWithFreshTokens(AuthorizationService service, ClientAuthentication clientAuth, Map<String,String> refreshTokenAdditionalParams, AuthState.AuthStateAction action)Ensures that a non-expired access token is available before invoking the provided action.voidAuthState. performActionWithFreshTokens(AuthorizationService service, ClientAuthentication clientAuth, AuthState.AuthStateAction action)Ensures that a non-expired access token is available before invoking the provided action.voidAuthorizationService. performTokenRequest(TokenRequest request, ClientAuthentication clientAuthentication, AuthorizationService.TokenResponseCallback callback)Sends a request to the authorization service to exchange a code granted as part of an authorization request for a token.
-