returnOobLink property

bool? returnOobLink
getter/setter pair

Whether the confirmation link containing the OOB code should be returned in the response (no email is sent).

Used when a developer wants to construct the email template and send it on their own. By default this is false; to specify this field, and to set it to true, it requires a Google OAuth 2.0 credential with proper permissions

Implementation

core.bool? returnOobLink;