Package com.ringcentral.definitions
Class ClientAuthJwtModel
java.lang.Object
com.ringcentral.definitions.ClientAuthJwtModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionClient 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).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). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclient_assertion(String client_assertion) client_assertion_type(String client_assertion_type)
-
Field Details
-
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
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
-
client_assertion_type
-
client_assertion
-