Package com.atlassian.confluence.mail
Class Authorization.OAuth2
- java.lang.Object
-
- com.atlassian.confluence.mail.Authorization.OAuth2
-
- All Implemented Interfaces:
Authorization
,Serializable
- Enclosing interface:
- Authorization
public static class Authorization.OAuth2 extends Object implements Authorization
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.mail.Authorization
Authorization.OAuth2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProviderId()
String
getTokenId()
-
-
-
Method Detail
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceAuthorization
-
getTokenId
public String getTokenId()
- Specified by:
getTokenId
in interfaceAuthorization
-
-