Documentation ¶
Index ¶
- type Client
- func (c *Client) Authorize(ctx context.Context, accessToken string) (context.Context, error)
- func (c *Client) GetOryTokenUrl() string
- func (c *Client) GetPAT() string
- func (c *Client) GetServiceOauthCredential(ctx context.Context, serviceName string) (*OauthAccessCredential, error)
- func (c *Client) GetSessionTokenFromContext(ctx context.Context) (string, error)
- func (c *Client) GetURL() string
- type Config
- type OauthAccessCredential
- type OryClient
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
}
func (*Client) GetOryTokenUrl ¶
func (*Client) GetServiceOauthCredential ¶
func (*Client) GetSessionTokenFromContext ¶
type OauthAccessCredential ¶
type OryClient ¶
Click to show internal directories.
Click to hide internal directories.