OAuthToken
A model representing a returnable response for a OAuthGroup Token
Properties​
Name | Type |
---|---|
schema | EmbeddedModelSchema |
accessToken | string |
tokenType | string |
expiresIn | number |
scope | string |
refreshToken | string |
idToken | string |
A model representing a returnable response for a OAuthGroup Token
Name | Type |
---|---|
schema | EmbeddedModelSchema |
accessToken | string |
tokenType | string |
expiresIn | number |
scope | string |
refreshToken | string |
idToken | string |