InitAuthRequest

fun InitAuthRequest(host: String, endPoint: String, clientId: String, redirectURI: String, scope: String = "openid", responseType: String = "code", nonce: String = randomUUID().toString(), state: String = randomUUID().toString())