Google Service Account
Class representing additional data needed to create a credential for Google Service Account
Constructors
Link copied to clipboard
public CredentialData.GoogleServiceAccount CredentialData.GoogleServiceAccount(@Json(name = "private_key_id" ) String privateKeyId, @Json(name = "private_key" ) String privateKey, @Json(name = "client_email" ) String clientEmail, Map<String, String> extraProperties)