Documentation ¶
Overview ¶
Package credentials provides utilities for working with customer identity credentials and the credentials file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrJWKSetNotFound = errors.New("jwk not found for kid")
)
nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
Credentials stores Okta service-to-service app credentials
func (Credentials) GetBearerHeader ¶
func (credentials Credentials) GetBearerHeader() string
GetBearerHeader returns an authorization header which should be included if not empty in requests to the resource server
func (*Credentials) RefreshOrRequestAccessToken ¶
Click to show internal directories.
Click to hide internal directories.