Authentication Args
data class AuthenticationArgs(val customAccount: Output<CustomAccountArgs>? = null, val googleAccount: Output<GoogleAccountArgs>? = null, val iapCredential: Output<IapCredentialArgs>? = null) : ConvertibleToJava<AuthenticationArgs>
Scan authentication configuration.
Constructors
Link copied to clipboard
fun AuthenticationArgs(customAccount: Output<CustomAccountArgs>? = null, googleAccount: Output<GoogleAccountArgs>? = null, iapCredential: Output<IapCredentialArgs>? = null)