baiji v0.6.5 Baiji.Auth behaviour
Link to this section Summary
Functions
Populate the authorization credentials of the given operation
Try successive auth population methods until one of them successfully populates the specified key in the given operation or we run out of methods
Attempt to populate the access_key_id field of the given operation using the methods defined in the application config
Attempt to populate the secret_access_key field of the given operation using the methods defined in the application config
Attempt to populate the security_token field of the given operation using the methods defined in the application config
Verify that an Operation struct contains the required credentials
Link to this section Functions
Populate the authorization credentials of the given operation
Try successive auth population methods until one of them successfully populates the specified key in the given operation or we run out of methods
Attempt to populate the access_key_id field of the given operation using the methods defined in the application config
Attempt to populate the secret_access_key field of the given operation using the methods defined in the application config
Attempt to populate the security_token field of the given operation using the methods defined in the application config
Verify that an Operation struct contains the required credentials
Link to this section Callbacks
populate(%Baiji.Operation{access_key_id: term, action: term, assigns: term, endpoint: term, errors: term, halted: term, input: term, input_shape: term, method: term, options: term, output_shape: term, output_wrapper: term, parser: term, path: term, region: term, secret_access_key: term, security_token: term}, atom) :: %Baiji.Operation{access_key_id: term, action: term, assigns: term, endpoint: term, errors: term, halted: term, input: term, input_shape: term, method: term, options: term, output_shape: term, output_wrapper: term, parser: term, path: term, region: term, secret_access_key: term, security_token: term}