google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.HandshakerResult.GetPeerIdentity (method)

3 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L726: func (m *HandshakerResult) GetPeerIdentity() *Identity {

	google.golang.org/grpc/credentials/alts/internal/authinfo
		authinfo.go#L48: 			PeerServiceAccount:  result.GetPeerIdentity().GetServiceAccount(),
		authinfo.go#L51: 			PeerAttributes:      result.GetPeerIdentity().GetAttributes(),