Name | Type | Description | Notes |
---|---|---|---|
status | String | ||
strategy | String | ||
external_verification_redirect_url | String | [optional] | |
error | OauthError | [optional] | |
expire_at | Integer | ||
attempts | Integer | [optional] |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::Oauth.new(
status: null,
strategy: null,
external_verification_redirect_url: null,
error: null,
expire_at: null,
attempts: null
)