supported Authentication Methods
suspend fun supportedAuthenticationMethods(value: Output<List<Either<String, AuthenticationMethod>>>)
Parameters
value
List of supported authentication methods supported by the target server.
suspend fun supportedAuthenticationMethods(vararg values: Output<Either<String, AuthenticationMethod>>)
suspend fun supportedAuthenticationMethods(values: List<Output<Either<String, AuthenticationMethod>>>)
Parameters
values
List of supported authentication methods supported by the target server.