SetContext assigns the specified context to the current provider.
(ctx context.Context)
| 47 | |
| 48 | // SetContext assigns the specified context to the current provider. |
| 49 | SetContext(ctx context.Context) |
| 50 | |
| 51 | // PKCE indicates whether the provider can use the PKCE flow. |
| 52 | PKCE() bool |
no outgoing calls
no test coverage detected