package
8.10.2+incompatible
Repository: https://github.com/cloudfoundry/cli.git
Documentation: pkg.go.dev

# Packages

Package constant contains types and constants used by the uaa package.
Package noaabridge wraps a UAA client and a tokenCache to support the TokenRefresher interface for noaa/consumer.
Code generated by counterfeiter.
No description provided by the author
No description provided by the author

# Functions

NewClient returns a new UAA Client with the provided configuration.
NewConnection returns a pointer to a new UAA Connection.
NewErrorWrapper returns a new error wrapper.
NewInfo returns back a new.

# Structs

No description provided by the author
AuthResponse contains the access token and refresh token which are granted after UAA has authorized a user.
Client is the UAA client.
ConflictError is returned when the response status code is 409.
Info represents a GET response from a login server.
InsufficientScopeError is returned when the client has insufficient scope.
InvalidAuthTokenError is returned when the client has an invalid authorization header.
No description provided by the author
InvalidSCIMResourceError is returned usually when the client tries to create an improperly formatted username.
RawHTTPStatusError represents any response with a 4xx or 5xx status code.
RefreshedTokens represents the UAA refresh token response.
RequestError represents a generic error encountered while performing the HTTP request.
Response represents an UAA response object.
UAAConnection represents the connection to UAA.
UAAErrorResponse represents a generic UAA error response.
UnauthorizedError is returned when the authentication information is invalid.
UnverifiedServerError replaces x509.UnknownAuthorityError when the server has SSL but the client is unable to verify it's certificate.
User represents an UAA user account.

# Interfaces

Config allows the Client to be configured.
Connection creates and executes http requests.
ConnectionWrapper can wrap a given connection allowing the wrapper to modify all requests going in and out of the given connection.