auth

package
v0.0.0-...-60f4931 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlimpAuth

type BlimpAuth struct {
	// token is an OAuth ID token obtained via the blimp login-proxy.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// cluster_auth is a secret token authorizing use of the cluster. This is only
	// needed by some clusters.
	ClusterAuth          string   `protobuf:"bytes,2,opt,name=cluster_auth,json=clusterAuth,proto3" json:"cluster_auth,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

BlimpAuth should provide all credentials necessary for authentication and authorization.

func (*BlimpAuth) Descriptor

func (*BlimpAuth) Descriptor() ([]byte, []int)

func (*BlimpAuth) GetClusterAuth

func (m *BlimpAuth) GetClusterAuth() string

func (*BlimpAuth) GetToken

func (m *BlimpAuth) GetToken() string

func (*BlimpAuth) ProtoMessage

func (*BlimpAuth) ProtoMessage()

func (*BlimpAuth) Reset

func (m *BlimpAuth) Reset()

func (*BlimpAuth) String

func (m *BlimpAuth) String() string

func (*BlimpAuth) XXX_DiscardUnknown

func (m *BlimpAuth) XXX_DiscardUnknown()

func (*BlimpAuth) XXX_Marshal

func (m *BlimpAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlimpAuth) XXX_Merge

func (m *BlimpAuth) XXX_Merge(src proto.Message)

func (*BlimpAuth) XXX_Size

func (m *BlimpAuth) XXX_Size() int

func (*BlimpAuth) XXX_Unmarshal

func (m *BlimpAuth) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL