OAuthAccount
Properties
Name | Type | Description | Notes |
---|---|---|---|
clientId | kotlin.String | The client_id of your client. | |
kotlin.String | The user's email address. | ||
connection | kotlin.String | The name of the database configured to your client. | |
username | kotlin.String | The user's username. Only valid if the connection requires a username. | |
givenName | kotlin.String | The user's given name(s). | |
familyName | kotlin.String | The user's family name(s). | |
name | kotlin.String | The user's full name. | |
picture | kotlin.String | A URI pointing to the user's picture. | |
nickname | kotlin.String | The user's nickname. |