OIDCOptions type

Alternativ för OIDC-protokollläget.

type OIDCOptions = {
  defaultScopes?: string[]
  serverResponseType?: ServerResponseType
}