Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewAccountClient ¶
NewAccountClient is not currently in use, but I left it here for reference. As we might want to provide cross-workspace functionality in the future.
func (*Client) GetWorkspaceToken ¶
func (ac *Client) GetWorkspaceToken(ctx context.Context, workspace provisioning.Workspace) (*AccessToken, error)
GetWorkspaceToken - retrieves an access token for the specified workspace. With Account level config we might not have all the tokens for workspaces, and we might need to get a workspace token programmatically.
func (*Client) ListWorkspaces ¶
Click to show internal directories.
Click to hide internal directories.