Package com.ringcentral.definitions
Class RopcTokenRequest
java.lang.Object
com.ringcentral.definitions.RopcTokenRequest
Token endpoint request parameters used in the "Password" (also known as "Resource Owner Password Credentials" - ROPC)
authorization flow with the `password` grant type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
grant_type
Grant type Required Enum: password -
username
For `password` grant type only. User login name: email or phone number in E.164 format Required -
password
For `password` grant type only. User's password Required Format: password -
extension
For `password` grant type only. Optional. Extension short number. If a company number is specified as a username, and extension is not specified, the server will attempt to authenticate client as main company administratorDEPRECATED: use extension number embedded into username string like `+16501234567*101`
-
pin
IVR pin for pin-based authentication.DEPRECATED: use a dedicated `ivr_pin` grant type instead
-
-
Constructor Details
-
RopcTokenRequest
public RopcTokenRequest()
-
-
Method Details
-
grant_type
-
username
-
password
-
extension
-
pin
-