select_by property

CredentialSelectBy? get select_by

This field sets how the credential was selected.

The type of button used along with the session and consent state are used to set the value.

See more: https://developers.google.com/identity/gsi/web/reference/js-reference#select_by

Implementation

CredentialSelectBy? get select_by =>
    maybeEnum(_select_by?.toDart, CredentialSelectBy.values);