grantTypes

@JvmName(name = "atoayjucyjatphgr")
suspend fun grantTypes(value: Output<List<Either<String, GrantType>>>)
@JvmName(name = "tibkdfabuoyoeitx")
suspend fun grantTypes(value: List<Either<String, GrantType>>?)

Parameters

value

Form of an authorization grant, which the client uses to request the access token.


@JvmName(name = "uliwjlfknxnaqlil")
suspend fun grantTypes(vararg values: Output<Either<String, GrantType>>)


@JvmName(name = "cmbxlduwhxsnsaku")
suspend fun grantTypes(values: List<Output<Either<String, GrantType>>>)
@JvmName(name = "gpsocxfadlxjvvls")
suspend fun grantTypes(vararg values: Either<String, GrantType>)

Parameters

values

Form of an authorization grant, which the client uses to request the access token.