package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package ssooidciface provides an interface to enable mocking the AWS SSO OIDC service client for testing your code.

# Functions

New creates a new instance of the SSOOIDC client with a session.

# Constants

ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeAuthorizationPendingException for service response error code "AuthorizationPendingException".
ErrCodeExpiredTokenException for service response error code "ExpiredTokenException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeInvalidClientException for service response error code "InvalidClientException".
ErrCodeInvalidClientMetadataException for service response error code "InvalidClientMetadataException".
ErrCodeInvalidGrantException for service response error code "InvalidGrantException".
ErrCodeInvalidRedirectUriException for service response error code "InvalidRedirectUriException".
ErrCodeInvalidRequestException for service response error code "InvalidRequestException".
ErrCodeInvalidRequestRegionException for service response error code "InvalidRequestRegionException".
ErrCodeInvalidScopeException for service response error code "InvalidScopeException".
ErrCodeSlowDownException for service response error code "SlowDownException".
ErrCodeUnauthorizedClientException for service response error code "UnauthorizedClientException".
ErrCodeUnsupportedGrantTypeException for service response error code "UnsupportedGrantTypeException".
ServiceID is a unique identifier of a specific service.
Name of service.

# Structs

You do not have sufficient access to perform this action.
Indicates that a request to authorize a client with an access user session token is pending.
Indicates that the token issued by the service is expired and is no longer valid.
Indicates that an error from the service occurred while trying to process a request.
Indicates that the clientId or clientSecret in the request is invalid.
Indicates that the client information sent in the request during registration is invalid.
Indicates that a request contains an invalid grant.
Indicates that one or more redirect URI in the request is not supported for this operation.
Indicates that something is wrong with the input to the request.
Indicates that a token provided as input to the request was issued by and is only usable by calling IAM Identity Center endpoints in another region.
Indicates that the scope provided in the request is invalid.
Indicates that the client is making the request too frequently and is more than the service can handle.
SSOOIDC provides the API operation methods for making requests to AWS SSO OIDC.
Indicates that the client is not currently authorized to make the request.
Indicates that the grant type in the request is not supported by the service.