@23blocks/angular 12.0.0 → 12.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -909,6 +909,8 @@ class AuthenticationService {
|
|
|
909
909
|
get permissions() { return this.ensureConfigured().permissions; }
|
|
910
910
|
/** API key creation and management */
|
|
911
911
|
get apiKeys() { return this.ensureConfigured().apiKeys; }
|
|
912
|
+
/** Service token management for machine-to-machine authentication */
|
|
913
|
+
get serviceTokens() { return this.ensureConfigured().serviceTokens; }
|
|
912
914
|
/** Multi-factor authentication setup and verification */
|
|
913
915
|
get mfa() { return this.ensureConfigured().mfa; }
|
|
914
916
|
/** OAuth provider management (Facebook, Google, tenant login) */
|