Documentation
¶
Index ¶
- type AccountAuthenticatorActivityServer
- func (s *AccountAuthenticatorActivityServer) Finish(_ context.Context, req *pb.FinishRequest) (*pb.FinishResponse, error)
- func (s *AccountAuthenticatorActivityServer) NewAccountAuthenticatorActivity(_ context.Context, req *pb.NewAccountAuthenticatorActivityRequest) (*pb.NewAccountAuthenticatorActivityResponse, error)
- func (s *AccountAuthenticatorActivityServer) SetAccountAuthenticatorResult(_ context.Context, req *pb.SetAccountAuthenticatorResultRequest) (*pb.SetAccountAuthenticatorResultResponse, error)
- type AccountAuthenticatorResponseServer
- func (s *AccountAuthenticatorResponseServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *AccountAuthenticatorResponseServer) NewAccountAuthenticatorResponse(_ context.Context, req *pb.NewAccountAuthenticatorResponseRequest) (*pb.NewAccountAuthenticatorResponseResponse, error)
- func (s *AccountAuthenticatorResponseServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
- func (s *AccountAuthenticatorResponseServer) OnRequestContinued(_ context.Context, req *pb.OnRequestContinuedRequest) (*pb.OnRequestContinuedResponse, error)
- func (s *AccountAuthenticatorResponseServer) OnResult(_ context.Context, req *pb.OnResultRequest) (*pb.OnResultResponse, error)
- func (s *AccountAuthenticatorResponseServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type AccountManagerServer
- func (s *AccountManagerServer) AddAccountExplicitly(_ context.Context, req *pb.AddAccountExplicitlyRequest) (*pb.AddAccountExplicitlyResponse, error)
- func (s *AccountManagerServer) BlockingGetAuthToken(_ context.Context, req *pb.BlockingGetAuthTokenRequest) (*pb.BlockingGetAuthTokenResponse, error)
- func (s *AccountManagerServer) ClearPassword(_ context.Context, req *pb.ClearPasswordRequest) (*pb.ClearPasswordResponse, error)
- func (s *AccountManagerServer) Get(_ context.Context, req *pb.GetRequest) (*pb.GetResponse, error)
- func (s *AccountManagerServer) GetAccountVisibility(_ context.Context, req *pb.GetAccountVisibilityRequest) (*pb.GetAccountVisibilityResponse, error)
- func (s *AccountManagerServer) GetAccounts(_ context.Context, req *pb.GetAccountsRequest) (*pb.GetAccountsResponse, error)
- func (s *AccountManagerServer) GetAccountsByType(_ context.Context, req *pb.GetAccountsByTypeRequest) (*pb.GetAccountsByTypeResponse, error)
- func (s *AccountManagerServer) GetAccountsByTypeForPackage(_ context.Context, req *pb.GetAccountsByTypeForPackageRequest) (*pb.GetAccountsByTypeForPackageResponse, error)
- func (s *AccountManagerServer) GetAuthenticatorTypes(_ context.Context, req *pb.GetAuthenticatorTypesRequest) (*pb.GetAuthenticatorTypesResponse, error)
- func (s *AccountManagerServer) GetPassword(_ context.Context, req *pb.GetPasswordRequest) (*pb.GetPasswordResponse, error)
- func (s *AccountManagerServer) GetPreviousName(_ context.Context, req *pb.GetPreviousNameRequest) (*pb.GetPreviousNameResponse, error)
- func (s *AccountManagerServer) GetUserData(_ context.Context, req *pb.GetUserDataRequest) (*pb.GetUserDataResponse, error)
- func (s *AccountManagerServer) InvalidateAuthToken(_ context.Context, req *pb.InvalidateAuthTokenRequest) (*pb.InvalidateAuthTokenResponse, error)
- func (s *AccountManagerServer) NotifyAccountAuthenticated(_ context.Context, req *pb.NotifyAccountAuthenticatedRequest) (*pb.NotifyAccountAuthenticatedResponse, error)
- func (s *AccountManagerServer) PeekAuthToken(_ context.Context, req *pb.PeekAuthTokenRequest) (*pb.PeekAuthTokenResponse, error)
- func (s *AccountManagerServer) RemoveAccountExplicitly(_ context.Context, req *pb.RemoveAccountExplicitlyRequest) (*pb.RemoveAccountExplicitlyResponse, error)
- func (s *AccountManagerServer) RemoveOnAccountsUpdatedListener(_ context.Context, req *pb.RemoveOnAccountsUpdatedListenerRequest) (*pb.RemoveOnAccountsUpdatedListenerResponse, error)
- func (s *AccountManagerServer) SetAccountVisibility(_ context.Context, req *pb.SetAccountVisibilityRequest) (*pb.SetAccountVisibilityResponse, error)
- func (s *AccountManagerServer) SetAuthToken(_ context.Context, req *pb.SetAuthTokenRequest) (*pb.SetAuthTokenResponse, error)
- func (s *AccountManagerServer) SetPassword(_ context.Context, req *pb.SetPasswordRequest) (*pb.SetPasswordResponse, error)
- func (s *AccountManagerServer) SetUserData(_ context.Context, req *pb.SetUserDataRequest) (*pb.SetUserDataResponse, error)
- type AccountServer
- func (s *AccountServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *AccountServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *AccountServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *AccountServer) NewAccount(_ context.Context, req *pb.NewAccountRequest) (*pb.NewAccountResponse, error)
- func (s *AccountServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *AccountServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type AuthenticatorDescriptionServer
- func (s *AuthenticatorDescriptionServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *AuthenticatorDescriptionServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *AuthenticatorDescriptionServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *AuthenticatorDescriptionServer) NewAuthenticatorDescription(_ context.Context, req *pb.NewAuthenticatorDescriptionRequest) (*pb.NewAuthenticatorDescriptionResponse, error)
- func (s *AuthenticatorDescriptionServer) NewKey(_ context.Context, req *pb.NewKeyRequest) (*pb.NewKeyResponse, error)
- func (s *AuthenticatorDescriptionServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *AuthenticatorDescriptionServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAuthenticatorActivityServer ¶ added in v0.0.6
type AccountAuthenticatorActivityServer struct {
pb.UnimplementedAccountAuthenticatorActivityServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AccountAuthenticatorActivityServer implements pb.AccountAuthenticatorActivityServiceServer.
func (*AccountAuthenticatorActivityServer) Finish ¶ added in v0.0.6
func (s *AccountAuthenticatorActivityServer) Finish(_ context.Context, req *pb.FinishRequest) (*pb.FinishResponse, error)
func (*AccountAuthenticatorActivityServer) NewAccountAuthenticatorActivity ¶ added in v0.0.6
func (s *AccountAuthenticatorActivityServer) NewAccountAuthenticatorActivity(_ context.Context, req *pb.NewAccountAuthenticatorActivityRequest) (*pb.NewAccountAuthenticatorActivityResponse, error)
func (*AccountAuthenticatorActivityServer) SetAccountAuthenticatorResult ¶ added in v0.0.6
func (s *AccountAuthenticatorActivityServer) SetAccountAuthenticatorResult(_ context.Context, req *pb.SetAccountAuthenticatorResultRequest) (*pb.SetAccountAuthenticatorResultResponse, error)
type AccountAuthenticatorResponseServer ¶ added in v0.0.6
type AccountAuthenticatorResponseServer struct {
pb.UnimplementedAccountAuthenticatorResponseServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AccountAuthenticatorResponseServer implements pb.AccountAuthenticatorResponseServiceServer.
func (*AccountAuthenticatorResponseServer) DescribeContents ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*AccountAuthenticatorResponseServer) NewAccountAuthenticatorResponse ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) NewAccountAuthenticatorResponse(_ context.Context, req *pb.NewAccountAuthenticatorResponseRequest) (*pb.NewAccountAuthenticatorResponseResponse, error)
func (*AccountAuthenticatorResponseServer) OnError ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
func (*AccountAuthenticatorResponseServer) OnRequestContinued ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) OnRequestContinued(_ context.Context, req *pb.OnRequestContinuedRequest) (*pb.OnRequestContinuedResponse, error)
func (*AccountAuthenticatorResponseServer) OnResult ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) OnResult(_ context.Context, req *pb.OnResultRequest) (*pb.OnResultResponse, error)
func (*AccountAuthenticatorResponseServer) WriteToParcel ¶ added in v0.0.6
func (s *AccountAuthenticatorResponseServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type AccountManagerServer ¶
type AccountManagerServer struct {
pb.UnimplementedAccountManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AccountManagerServer implements pb.AccountManagerServiceServer.
func (*AccountManagerServer) AddAccountExplicitly ¶ added in v0.0.6
func (s *AccountManagerServer) AddAccountExplicitly(_ context.Context, req *pb.AddAccountExplicitlyRequest) (*pb.AddAccountExplicitlyResponse, error)
func (*AccountManagerServer) BlockingGetAuthToken ¶
func (s *AccountManagerServer) BlockingGetAuthToken(_ context.Context, req *pb.BlockingGetAuthTokenRequest) (*pb.BlockingGetAuthTokenResponse, error)
func (*AccountManagerServer) ClearPassword ¶
func (s *AccountManagerServer) ClearPassword(_ context.Context, req *pb.ClearPasswordRequest) (*pb.ClearPasswordResponse, error)
func (*AccountManagerServer) Get ¶
func (s *AccountManagerServer) Get(_ context.Context, req *pb.GetRequest) (*pb.GetResponse, error)
func (*AccountManagerServer) GetAccountVisibility ¶
func (s *AccountManagerServer) GetAccountVisibility(_ context.Context, req *pb.GetAccountVisibilityRequest) (*pb.GetAccountVisibilityResponse, error)
func (*AccountManagerServer) GetAccounts ¶
func (s *AccountManagerServer) GetAccounts(_ context.Context, req *pb.GetAccountsRequest) (*pb.GetAccountsResponse, error)
func (*AccountManagerServer) GetAccountsByType ¶
func (s *AccountManagerServer) GetAccountsByType(_ context.Context, req *pb.GetAccountsByTypeRequest) (*pb.GetAccountsByTypeResponse, error)
func (*AccountManagerServer) GetAccountsByTypeForPackage ¶
func (s *AccountManagerServer) GetAccountsByTypeForPackage(_ context.Context, req *pb.GetAccountsByTypeForPackageRequest) (*pb.GetAccountsByTypeForPackageResponse, error)
func (*AccountManagerServer) GetAuthenticatorTypes ¶
func (s *AccountManagerServer) GetAuthenticatorTypes(_ context.Context, req *pb.GetAuthenticatorTypesRequest) (*pb.GetAuthenticatorTypesResponse, error)
func (*AccountManagerServer) GetPassword ¶
func (s *AccountManagerServer) GetPassword(_ context.Context, req *pb.GetPasswordRequest) (*pb.GetPasswordResponse, error)
func (*AccountManagerServer) GetPreviousName ¶
func (s *AccountManagerServer) GetPreviousName(_ context.Context, req *pb.GetPreviousNameRequest) (*pb.GetPreviousNameResponse, error)
func (*AccountManagerServer) GetUserData ¶
func (s *AccountManagerServer) GetUserData(_ context.Context, req *pb.GetUserDataRequest) (*pb.GetUserDataResponse, error)
func (*AccountManagerServer) InvalidateAuthToken ¶
func (s *AccountManagerServer) InvalidateAuthToken(_ context.Context, req *pb.InvalidateAuthTokenRequest) (*pb.InvalidateAuthTokenResponse, error)
func (*AccountManagerServer) NotifyAccountAuthenticated ¶
func (s *AccountManagerServer) NotifyAccountAuthenticated(_ context.Context, req *pb.NotifyAccountAuthenticatedRequest) (*pb.NotifyAccountAuthenticatedResponse, error)
func (*AccountManagerServer) PeekAuthToken ¶
func (s *AccountManagerServer) PeekAuthToken(_ context.Context, req *pb.PeekAuthTokenRequest) (*pb.PeekAuthTokenResponse, error)
func (*AccountManagerServer) RemoveAccountExplicitly ¶
func (s *AccountManagerServer) RemoveAccountExplicitly(_ context.Context, req *pb.RemoveAccountExplicitlyRequest) (*pb.RemoveAccountExplicitlyResponse, error)
func (*AccountManagerServer) RemoveOnAccountsUpdatedListener ¶
func (s *AccountManagerServer) RemoveOnAccountsUpdatedListener(_ context.Context, req *pb.RemoveOnAccountsUpdatedListenerRequest) (*pb.RemoveOnAccountsUpdatedListenerResponse, error)
func (*AccountManagerServer) SetAccountVisibility ¶
func (s *AccountManagerServer) SetAccountVisibility(_ context.Context, req *pb.SetAccountVisibilityRequest) (*pb.SetAccountVisibilityResponse, error)
func (*AccountManagerServer) SetAuthToken ¶
func (s *AccountManagerServer) SetAuthToken(_ context.Context, req *pb.SetAuthTokenRequest) (*pb.SetAuthTokenResponse, error)
func (*AccountManagerServer) SetPassword ¶
func (s *AccountManagerServer) SetPassword(_ context.Context, req *pb.SetPasswordRequest) (*pb.SetPasswordResponse, error)
func (*AccountManagerServer) SetUserData ¶
func (s *AccountManagerServer) SetUserData(_ context.Context, req *pb.SetUserDataRequest) (*pb.SetUserDataResponse, error)
type AccountServer ¶ added in v0.0.6
type AccountServer struct {
pb.UnimplementedAccountServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AccountServer implements pb.AccountServiceServer.
func (*AccountServer) DescribeContents ¶ added in v0.0.6
func (s *AccountServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*AccountServer) Equals ¶ added in v0.0.6
func (s *AccountServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*AccountServer) HashCode ¶ added in v0.0.6
func (s *AccountServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*AccountServer) NewAccount ¶ added in v0.0.6
func (s *AccountServer) NewAccount(_ context.Context, req *pb.NewAccountRequest) (*pb.NewAccountResponse, error)
func (*AccountServer) ToString ¶ added in v0.0.6
func (s *AccountServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*AccountServer) WriteToParcel ¶ added in v0.0.6
func (s *AccountServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type AuthenticatorDescriptionServer ¶ added in v0.0.6
type AuthenticatorDescriptionServer struct {
pb.UnimplementedAuthenticatorDescriptionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AuthenticatorDescriptionServer implements pb.AuthenticatorDescriptionServiceServer.
func (*AuthenticatorDescriptionServer) DescribeContents ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*AuthenticatorDescriptionServer) Equals ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*AuthenticatorDescriptionServer) HashCode ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*AuthenticatorDescriptionServer) NewAuthenticatorDescription ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) NewAuthenticatorDescription(_ context.Context, req *pb.NewAuthenticatorDescriptionRequest) (*pb.NewAuthenticatorDescriptionResponse, error)
func (*AuthenticatorDescriptionServer) NewKey ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) NewKey(_ context.Context, req *pb.NewKeyRequest) (*pb.NewKeyResponse, error)
func (*AuthenticatorDescriptionServer) ToString ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*AuthenticatorDescriptionServer) WriteToParcel ¶ added in v0.0.6
func (s *AuthenticatorDescriptionServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.