com.atlassian.applinks.api
Interface AuthorisationAdminURIGenerator


public interface AuthorisationAdminURIGenerator

Used to generate URIs for users to view or revoke their credentials for an authorised application link. This is only implemented by an ApplicationLinkRequestFactory that supports per-user authorisation, e.g. OAuth.

Since:
3.6

Method Summary
 URI getAuthorisationAdminURI()
           The URI that can be used to view or revoke authentication for the requested resource.
 

Method Detail

getAuthorisationAdminURI

URI getAuthorisationAdminURI()

The URI that can be used to view or revoke authentication for the requested resource. For OAuth links, this corresponds to the "OAuth Access Tokens" page in the remote application.



Copyright © 2015 Atlassian. All rights reserved.