Class ClientAuthJwtModel

java.lang.Object
com.ringcentral.definitions.ClientAuthJwtModel

public class ClientAuthJwtModel extends Object
  • Field Details

    • client_assertion_type

      public String client_assertion_type
      Client assertion type for the `client_secret_jwt` or `private_key_jwt` client authentication types, as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2). This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types Enum: urn:ietf:params:oauth:client-assertion-type:jwt-bearer
    • client_assertion

      public String client_assertion
      Client assertion (JWT) for the `client_secret_jwt` or `private_key_jwt` client authentication types, as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2). This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
  • Constructor Details

    • ClientAuthJwtModel

      public ClientAuthJwtModel()
  • Method Details