authorize

open suspend override fun authorize(oidcConfig: OidcConfig<Unit>): AuthCode

Authorize the DefaultAgent with the OpenID Connect provider. This implementation always throws an AuthorizeException.

Return

Never returns normally.

Parameters

oidcConfig

The configuration for the OpenID Connect client.

Throws

Always thrown to indicate no authorization code is available.