Interface OAuth2Credentials<T extends OAuth2ScopeRequirement>

    • Method Detail

      • getAccessToken

        Secret getAccessToken​(T requirement)
        Returns an access token scoped to the set of scopes specified by the provided OAuth2ScopeRequirement
        Returns:
        the scoped access token