com.atlassian.applinks.api.auth.types
Interface OAuthAuthenticationProvider

All Superinterfaces:
AuthenticationProvider, ImpersonatingAuthenticationProvider

public interface OAuthAuthenticationProvider
extends ImpersonatingAuthenticationProvider

The OAuth Authentication provider indicating that OAuth is used to authenticate to the remote application. Pass this type to the ReadOnlyApplicationLink.createAuthenticatedRequestFactory(Class) method to obtain a RequestFactory instance that uses oauth authentication for authentication.

Since:
3.0

Method Summary
 
Methods inherited from interface com.atlassian.applinks.api.auth.ImpersonatingAuthenticationProvider
getRequestFactory
 



Copyright © 2015 Atlassian. All rights reserved.