Class BaseTokenRequest

java.lang.Object
com.ringcentral.definitions.BaseTokenRequest

public class BaseTokenRequest extends Object
  • Field Details

    • scope

      public String scope
      The list of application permissions (OAuth scopes) requested. By default, it includes all permissions configured on the client application registration
    • endpoint_id

      public String endpoint_id
      The unique identifier of a client application instance. If not specified, the derived or auto-generated value will be used
    • access_token_ttl

      public Long access_token_ttl
      Access token lifetime in seconds Maximum: 3600 Minimum: 600 Format: int32 Default: 3600
    • refresh_token_ttl

      public Long refresh_token_ttl
      Refresh token lifetime in seconds Maximum: 2592000 Format: int32 Default: 604800
  • Constructor Details

    • BaseTokenRequest

      public BaseTokenRequest()
  • Method Details