@FunctionalInterface public interface IOAuthListener
Modifier and Type | Interface and Description |
---|---|
static class |
IOAuthListener.Code
Enum for the authentication codes.
|
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationComplete(IOAuthListener.Code code)
Called when the authentication process has completed.
|
void onAuthenticationComplete(IOAuthListener.Code code)
code
- The authentication code.
For errors, the session contains additional information that can
be retrieved using com.iizix.server.oauth.OAuthSession#getErrorDescription()}
and other methods.
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.