Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 579 Bytes

File metadata and controls

20 lines (13 loc) · 579 Bytes

ExternalAccountWithVerificationObject

String representing the object's type. Objects of the same type share the same value.

Example Usage

import com.clerk.backend_api.models.components.ExternalAccountWithVerificationObject;

ExternalAccountWithVerificationObject value = ExternalAccountWithVerificationObject.EXTERNAL_ACCOUNT;

Values

Name Value
EXTERNAL_ACCOUNT external_account
FACEBOOK_ACCOUNT facebook_account
GOOGLE_ACCOUNT google_account