Interface Authorizer


public interface Authorizer
Authorization interface for OAuth.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get additional properties defined in the authorizer
    Get the access token
  • Method Details

    • getToken

      String getToken()
      Get the access token
      Returns:
      the access token
    • getProps

      Properties getProps()
      Get additional properties defined in the authorizer
      Returns:
      the properties