Interface: bearer.TokenProvider

import "../ibm-cos-sdk-go/aws/auth/bearer"

Overview

TokenProvider provides interface for retrieving bearer tokens.

Implemented By

bearer.StaticTokenProvider, bearer.TokenProviderFunc

Interface Method Summary collapse

Interface Method Details

RetrieveBearerToken(aws.Context) (Token, error)

This method is abstract.


27
// File 'aws/auth/bearer/token.go', line 27

RetrieveBearerToken(aws.Context) (Token, error)