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
/** * Compute the Foundry ID. * * @param aliasId The Alias ID associated with the Foundry. * @param serialNumber The serial number of the Foundry. * @param tokenSchemeType The Token scheme type. Currently only a simple scheme is supported. * @returns The Foundry ID. */staticcomputeFoundryId(aliasId: AliasId,serialNumber: number,tokenSchemeType: number,): FoundryId{returncallUtilsMethod({name: 'computeFoundryId',data: {
aliasId,
serialNumber,
tokenSchemeType,},});}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: