package
0.0.0-20240721055051-015ad48b7b8e
Repository: https://github.com/coffeehc/boot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AuthInfoFromContext extracts the alts.AuthInfo object from the given context, if it exists.
AuthInfoFromPeer extracts the alts.AuthInfo object from the given peer, if it exists.
ClientAuthorizationCheck checks whether the client is authorized to access the requested resources based on the given expected client service accounts.
No description provided by the author
# Constants
ClientSide identifies the client in this communication.
ServerSide identifies the server in this communication.
# Variables
ErrUntrustedPlatform is returned from ClientHandshake and ServerHandshake is running on a platform where the trustworthiness of the handshaker service is not guaranteed.
# Interfaces
AuthInfo exposes security information from the ALTS handshake to the application.