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 StringgetProviderId()StringgetTokenId()
-
-
-
Method Detail
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceAuthorization
-
getTokenId
public String getTokenId()
- Specified by:
getTokenIdin interfaceAuthorization
-
-