Documentation ¶
Index ¶
- type BlimpAuth
- func (*BlimpAuth) Descriptor() ([]byte, []int)
- func (m *BlimpAuth) GetClusterAuth() string
- func (m *BlimpAuth) GetToken() string
- func (*BlimpAuth) ProtoMessage()
- func (m *BlimpAuth) Reset()
- func (m *BlimpAuth) String() string
- func (m *BlimpAuth) XXX_DiscardUnknown()
- func (m *BlimpAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlimpAuth) XXX_Merge(src proto.Message)
- func (m *BlimpAuth) XXX_Size() int
- func (m *BlimpAuth) XXX_Unmarshal(b []byte) error
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) GetClusterAuth ¶
func (*BlimpAuth) ProtoMessage ¶
func (*BlimpAuth) ProtoMessage()
func (*BlimpAuth) XXX_DiscardUnknown ¶
func (m *BlimpAuth) XXX_DiscardUnknown()
func (*BlimpAuth) XXX_Marshal ¶
func (*BlimpAuth) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.