You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of these requests overrides the `toIdentityToken()` method, which is responsible for
@@ -39,8 +39,8 @@ strategies.
39
39
<!-- prettier-ignore -->
40
40
| Property | Purpose |
41
41
| --- | --- |
42
-
|`deviceType`| The [`DeviceType`](https://github.com/bitwarden/clients/blob/master/libs/common/src/enums/device-type.enum.ts) for the requesting device. |
43
-
|`deviceName`| The string representation of the [`DeviceType`](https://github.com/bitwarden/clients/blob/master/libs/common/src/enums/device-type.enum.ts) for the requesting device. |
42
+
|`deviceType`| The [`DeviceType`](https://github.com/bitwarden/clients/blob/main/libs/common/src/enums/device-type.enum.ts) for the requesting device. |
43
+
|`deviceName`| The string representation of the [`DeviceType`](https://github.com/bitwarden/clients/blob/main/libs/common/src/enums/device-type.enum.ts) for the requesting device. |
44
44
| `deviceIdentifier` | The unique identifier for the device, generated on the device when the application is installed.
45
45
|`twoFactorToken`| For users who have two-factor authentication enabled, contains the token generated by the 2FA provider. Empty otherwise. See [Two-Factor Authentication](./two-factor-auth.md) for details. |
46
46
|`twoFactorTokenProvider`| The 2FA provider that generated the token in `twoFactorToken`. Empty otherwise. |
@@ -138,7 +138,7 @@ There are different types of clients that can request access with the client_cre
138
138
139
139
The different API client types all have different validation. The key to `client_credentials` grant
140
140
type validation is the `ClientStore` that is built in to IdentityServer (and
0 commit comments