Package com.iizix.comm.oauth
Interface IOAuthListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to listen to authentication completion, successfully or not.
- Author:
- Christopher Mindus
- Nested Class SummaryNested ClassesModifier and TypeInterfaceDescription- static enumEnum for the authentication codes.
- Method SummaryModifier and TypeMethodDescription- voidCalled when the authentication process has completed.
- Method Details- onAuthenticationCompleteCalled when the authentication process has completed.- Parameters:
- 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.