public static interface AuthState.AuthStateAction
Modifier and Type | Method and Description |
---|---|
void |
execute(String accessToken,
String idToken,
AuthorizationException ex)
Executed in the context of fresh (non-expired) tokens.
|
void execute(@Nullable String accessToken, @Nullable String idToken, @Nullable AuthorizationException ex)