Interface AbstractOAuthClient
-
- All Implemented Interfaces:
public interface AbstractOAuthClientOAuth client interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAbstractOAuthClient.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetClientID()abstract StringgetRedirectURL()abstract StringgetGrantType()-
-
Method Detail
-
getClientID
abstract String getClientID()
-
getRedirectURL
abstract String getRedirectURL()
-
getGrantType
abstract String getGrantType()
-
-
-
-