Uses of Interface
net.openid.appauth.AuthState.AuthStateAction
-
Packages that use AuthState.AuthStateAction Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthState.AuthStateAction in net.openid.appauth
Methods in net.openid.appauth with parameters of type AuthState.AuthStateAction Modifier and Type Method Description voidAuthState. performActionWithFreshTokens(AuthorizationService service, 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, AuthState.AuthStateAction action)Ensures that a non-expired access token is available before invoking the provided action.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.
-