type google.golang.org/grpc/credentials/alts/internal/authinfo.altsAuthInfo
12 uses
google.golang.org/grpc/credentials/alts/internal/authinfo (current package)
authinfo.go#L27: var _ credentials.AuthInfo = (*altsAuthInfo)(nil)
authinfo.go#L31: type altsAuthInfo struct {
authinfo.go#L41: func newAuthInfo(result *altspb.HandshakerResult) *altsAuthInfo {
authinfo.go#L42: return &altsAuthInfo{
authinfo.go#L58: func (s *altsAuthInfo) AuthType() string {
authinfo.go#L63: func (s *altsAuthInfo) ApplicationProtocol() string {
authinfo.go#L68: func (s *altsAuthInfo) RecordProtocol() string {
authinfo.go#L73: func (s *altsAuthInfo) SecurityLevel() altspb.SecurityLevel {
authinfo.go#L78: func (s *altsAuthInfo) PeerServiceAccount() string {
authinfo.go#L83: func (s *altsAuthInfo) LocalServiceAccount() string {
authinfo.go#L88: func (s *altsAuthInfo) PeerRPCVersions() *altspb.RpcProtocolVersions {
authinfo.go#L93: func (s *altsAuthInfo) PeerAttributes() map[string]string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |