Skip to content

Commit 33f18e2

Browse files
author
Matt Muller
committed
PR feedback
1 parent 5d87894 commit 33f18e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gems/smithy-client/lib/smithy-client/auth_option.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ module Smithy
44
module Client
55
# Contains information about candidate authentication schemes.
66
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.
712
def initialize(options = {})
813
@scheme_id = options[:scheme_id]
914
@signer_properties = options[:signer_properties] || {}

0 commit comments

Comments
 (0)