Interface: s3.AuthSchemeResolver
import "../ibm-cos-sdk-go-v2/service/s3"
Overview
AuthSchemeResolver returns a set of possible authentication options for an operation.
Interface Method Summary collapse
- ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error) interface
Interface Method Details
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
This method is abstract.
116 |
// File 'service/s3/auth.go', line 116
|