Sha256: 01f1b052c15c7af5f371edfecaad8b93bc9229f71acfd85d4637d3b7a97da138
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 Bytes
Contents
# frozen_string_literal: true module Seam class ConnectWebview < BaseResource attr_accessor :accepted_devices, :accepted_providers, :any_device_allowed, :any_provider_allowed, :automatically_manage_new_devices, :connect_webview_id, :connected_account_id, :custom_metadata, :custom_redirect_failure_url, :custom_redirect_url, :device_selection_mode, :login_successful, :selected_provider, :status, :url, :wait_for_device_creation, :workspace_id date_accessor :authorized_at, :created_at end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seam-2.0.0a2 | lib/seam/resources/connect_webview.rb |
seam-2.0.0.prerelease.1 | lib/seam/resources/connect_webview.rb |