Interface AccessTokenProvider<T>

  • Type Parameters:
    T - the token type

    @Validated
    public interface AccessTokenProvider<T>
    The access token provider.
    Author:
    Christian Bremer
    • Method Detail

      • getAccessToken

        @NotNull
        T getAccessToken()
        Gets access token.
        Returns:
        the access token