signinUrl property

String? signinUrl
getter/setter pair

Sign-in URL for authentication when device is provisioned with a sign-in enrollment token.

The sign-in endpoint should finish authentication flow with a URL in the form of https://enterprise.google.com/android/enroll?et= for a successful login, or https://enterprise.google.com/android/enroll/invalid for a failed login.

Implementation

core.String? signinUrl;