Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 373 Bytes

File metadata and controls

18 lines (12 loc) · 373 Bytes

FlatApi::OrganizationUserAccessTokenCreation

Properties

Name Type Description Notes
scopes Array<AppScopes> List of requested scopes for this credential

Example

require 'flat_api'

instance = FlatApi::OrganizationUserAccessTokenCreation.new(
  scopes: null
)