Variable DeviceCredentialTypeEnumConst
DeviceCredentialTypeEnum: {
PublicKey: "public_key";
RefreshToken: "refresh_token";
RotatingRefreshToken: "rotating_refresh_token";
} = ...
Type Declaration
-
ReadonlyPublicKey: "public_key"
-
ReadonlyRefreshToken: "refresh_token"
-
ReadonlyRotatingRefreshToken: "rotating_refresh_token"
Type of credentials to retrieve. Must be
public_key,refresh_tokenorrotating_refresh_token. If none is provided a combined list ofrefresh_tokensandpublic_keyswill be returned (and norotating_refresh_token), in this casepage,per_pageandinclude_totalswill be ignored.