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