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