Authentication Details Request
constructor(clientId: String, codeChallenge: String, codeChallengeMethod: CodeChallengeMethod = CodeChallengeMethod.S256, resetCredentialsUrl: String, responseType: ResponseType = ResponseType.CODE, state: String, locale: String? = null, loginHint: String? = null, loginStrategy: LoginStrategy? = null, nonce: String? = null, prompt: Prompt? = null, redirectUri: String?, scope: String? = null)