We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d87894 commit 33f18e2Copy full SHA for 33f18e2
gems/smithy-client/lib/smithy-client/auth_option.rb
@@ -4,6 +4,11 @@ module Smithy
4
module Client
5
# Contains information about candidate authentication schemes.
6
class AuthOption
7
+ # @param [Hash] options
8
+ # @option options [String] :scheme_id The auth scheme ID.
9
+ # @option options [Hash] :signer_properties
10
+ # Additional properties to pass to the signer.
11
+ # This is a hash of String keys to String values and is signer-specific.
12
def initialize(options = {})
13
@scheme_id = options[:scheme_id]
14
@signer_properties = options[:signer_properties] || {}
0 commit comments