Documentation
¶
Index ¶
- type Client
- func (c *Client) AddAccountExplicitly3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)
- func (c *Client) AddAccountExplicitly4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (bool, error)
- func (c *Client) BlockingGetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (string, error)
- func (c *Client) ClearPassword(ctx context.Context, arg0 int64) error
- func (c *Client) Get(ctx context.Context, arg0 int64) (int64, error)
- func (c *Client) GetAccountVisibility(ctx context.Context, arg0 int64, arg1 string) (int32, error)
- func (c *Client) GetAccounts(ctx context.Context) (int64, error)
- func (c *Client) GetAccountsByType(ctx context.Context, arg0 string) (int64, error)
- func (c *Client) GetAccountsByTypeForPackage(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *Client) GetAuthenticatorTypes(ctx context.Context) (int64, error)
- func (c *Client) GetPassword(ctx context.Context, arg0 int64) (string, error)
- func (c *Client) GetPreviousName(ctx context.Context, arg0 int64) (string, error)
- func (c *Client) GetUserData(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *Client) InvalidateAuthToken(ctx context.Context, arg0 string, arg1 string) error
- func (c *Client) NewChooseAccountIntent7_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 string, ...) (int64, error)
- func (c *Client) NewChooseAccountIntent8(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 bool, ...) (int64, error)
- func (c *Client) NotifyAccountAuthenticated(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) PeekAuthToken(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *Client) RemoveAccountExplicitly(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) RemoveOnAccountsUpdatedListener(ctx context.Context, arg0 int64) error
- func (c *Client) SetAccountVisibility(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)
- func (c *Client) SetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- func (c *Client) SetPassword(ctx context.Context, arg0 int64, arg1 string) error
- func (c *Client) SetUserData(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the gRPC AccountManagerService client.
func NewClient ¶
func NewClient(cc grpc.ClientConnInterface) *Client
NewClient creates a new accounts client.
func (*Client) AddAccountExplicitly3 ¶
func (c *Client) AddAccountExplicitly3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)
AddAccountExplicitly3 calls the AddAccountExplicitly3 RPC.
func (*Client) AddAccountExplicitly4_1 ¶
func (c *Client) AddAccountExplicitly4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (bool, error)
AddAccountExplicitly4_1 calls the AddAccountExplicitly4_1 RPC.
func (*Client) BlockingGetAuthToken ¶
func (c *Client) BlockingGetAuthToken(ctx context.Context, arg0 int64, arg1 string, arg2 bool) (string, error)
BlockingGetAuthToken calls the BlockingGetAuthToken RPC.
func (*Client) ClearPassword ¶
ClearPassword calls the ClearPassword RPC.
func (*Client) GetAccountVisibility ¶
GetAccountVisibility calls the GetAccountVisibility RPC.
func (*Client) GetAccounts ¶
GetAccounts calls the GetAccounts RPC.
func (*Client) GetAccountsByType ¶
GetAccountsByType calls the GetAccountsByType RPC.
func (*Client) GetAccountsByTypeForPackage ¶
func (c *Client) GetAccountsByTypeForPackage(ctx context.Context, arg0 string, arg1 string) (int64, error)
GetAccountsByTypeForPackage calls the GetAccountsByTypeForPackage RPC.
func (*Client) GetAuthenticatorTypes ¶
GetAuthenticatorTypes calls the GetAuthenticatorTypes RPC.
func (*Client) GetPassword ¶
GetPassword calls the GetPassword RPC.
func (*Client) GetPreviousName ¶
GetPreviousName calls the GetPreviousName RPC.
func (*Client) GetUserData ¶
GetUserData calls the GetUserData RPC.
func (*Client) InvalidateAuthToken ¶
InvalidateAuthToken calls the InvalidateAuthToken RPC.
func (*Client) NewChooseAccountIntent7_1 ¶
func (c *Client) NewChooseAccountIntent7_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 string, arg4 string, arg5 int64, arg6 int64) (int64, error)
NewChooseAccountIntent7_1 calls the NewChooseAccountIntent7_1 RPC.
func (*Client) NewChooseAccountIntent8 ¶
func (c *Client) NewChooseAccountIntent8(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 bool, arg4 string, arg5 string, arg6 int64, arg7 int64) (int64, error)
NewChooseAccountIntent8 calls the NewChooseAccountIntent8 RPC.
func (*Client) NotifyAccountAuthenticated ¶
NotifyAccountAuthenticated calls the NotifyAccountAuthenticated RPC.
func (*Client) PeekAuthToken ¶
PeekAuthToken calls the PeekAuthToken RPC.
func (*Client) RemoveAccountExplicitly ¶
RemoveAccountExplicitly calls the RemoveAccountExplicitly RPC.
func (*Client) RemoveOnAccountsUpdatedListener ¶
RemoveOnAccountsUpdatedListener calls the RemoveOnAccountsUpdatedListener RPC.
func (*Client) SetAccountVisibility ¶
func (c *Client) SetAccountVisibility(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)
SetAccountVisibility calls the SetAccountVisibility RPC.
func (*Client) SetAuthToken ¶
SetAuthToken calls the SetAuthToken RPC.
func (*Client) SetPassword ¶
SetPassword calls the SetPassword RPC.