Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ExternalAccount(val id: String, val identificationId: String, val provider: String, val providerUserId: String, val emailAddress: String, val approvedScopes: String, val firstName: String? = null, val lastName: String? = null, val imageUrl: String? = null, val username: String? = null, val label: String? = null, val verification: Verification? = null)

The ExternalAccount object is a model around an identification obtained by an external provider (e.g. a social provider such as Google).

Properties

Functions

Link copied to clipboard

Deletes this external account from the user's profile.

Link copied to clipboard

Reauthorizes this external account by refreshing its verification status.

Link copied to clipboard

Revokes the access tokens associated with this external account.