MCPcopy Index your code
hub / github.com/coder/coder / AuthCodeURL

Method AuthCodeURL

coderd/oauthpki/oidcpki.go:119–121  ·  view source on GitHub ↗
(state string, opts ...oauth2.AuthCodeOption)

Source from the content-addressed store, hash-verified

117}
118
119func (ja *Config) AuthCodeURL(state string, opts ...oauth2.AuthCodeOption) string {
120 return ja.cfg.AuthCodeURL(state, opts...)
121}
122
123// Exchange includes the client_assertion signed JWT.
124func (ja *Config) Exchange(ctx context.Context, code string, opts ...oauth2.AuthCodeOption) (*oauth2.Token, error) {

Calls 1

AuthCodeURLMethod · 0.65