class Io::Flow::V0::HttpClient::AuthScheme

Constants

BASIC

Attributes

name[R]

Public Class Methods

new(name) click to toggle source
# File lib/flow_commerce/flow_api_v0_client.rb, line 73418
def initialize(name)
  @name = HttpClient::Preconditions.check_not_blank('name', name)
end