See: Description
Interface | Description |
---|---|
AuthCodeListener |
Interface for auth code callback.
|
AuthCodeManager |
Interface responsible for getting authorization code from Kakao OAuth server.
|
AuthCodeService |
This is an interface that abstracts various methods of getting authorization code from oauth server.
|
Class | Description |
---|---|
AuthCodeManager.Factory | |
AuthCodeService.Factory |
This is a factory class for various AuthCodeService types.
|
AuthorizationCode | |
KakaoWebViewActivity |