Interface IOAuth20User

    • Method Detail

      • getAccessToken

        String getAccessToken()
        Gets the access token of this user.
        Returns:
        The access token of this user.
      • getRefreshToken

        String getRefreshToken()
        Gets the refresh token of this user.
        Returns:
        The refresh token of this user.
      • getAccessTokenHeader

        String getAccessTokenHeader()
        Gets the header name that is to be used for the access token.
        Returns:
        The header name that is to be used for the access token.
      • getAccessTokenHeaderPrefix

        String getAccessTokenHeaderPrefix()
        Gets the prefix that is to be used for the access token header.
        Returns:
        The prefix that is to be used for the access token header.