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
/// - passkey: The existing passkey credential obtained from the [`ASAuthorizationControllerDelegate`](https://developer.apple.com/documentation/authenticationservices/asauthorizationcontrollerdelegate) delegate.
538
539
/// - challenge: The passkey challenge obtained from ``passkeyLoginChallenge(connection:)``.
539
540
/// - connection: Name of the database connection. If a connection name is not specified, your tenant's default directory will be used.
540
-
/// - audience: API Identifier that your application is requesting access to. Defaults to `nil`.
541
-
/// - scope: Space-separated list of requested scope values. Defaults to `openid profile email`.
541
+
/// - audience: API Identifier that your application is requesting access to. Defaults to `nil`.
542
+
/// - scope: Space-separated list of requested scope values. Defaults to `openid profile email`.
543
+
/// - organization: Identifier of an organization the user is a member of.
542
544
/// - Returns: A request that will yield Auth0 user's credentials.
543
545
///
544
546
/// ## See Also
@@ -551,7 +553,8 @@ public protocol Authentication: Trackable, Loggable {
@@ -657,6 +664,7 @@ public protocol Authentication: Trackable, Loggable {
657
664
/// - connection: Name of the database connection where the user will be created. If a connection name is not specified, your tenant's default directory will be used.
658
665
/// - audience: API Identifier that your application is requesting access to. Defaults to `nil`.
659
666
/// - scope: Space-separated list of requested scope values. Defaults to `openid profile email`.
667
+
/// - organization: Identifier of an organization the user is a member of.
660
668
/// - Returns: A request that will yield Auth0 user's credentials.
661
669
///
662
670
/// ## See Also
@@ -669,7 +677,8 @@ public protocol Authentication: Trackable, Loggable {
@@ -736,6 +746,7 @@ public protocol Authentication: Trackable, Loggable {
736
746
/// - username: Username of the user. Defaults to `nil`.
737
747
/// - name: Display name of the user. Defaults to `nil`.
738
748
/// - connection: Name of the database connection where the user will be created. If a connection name is not specified, your tenant's default directory will be used.
749
+
/// - organization: Identifier of an organization the user is a member of.
739
750
/// - Returns: A request that will yield a passkey signup challenge.
740
751
///
741
752
/// ## See Also
@@ -748,7 +759,8 @@ public protocol Authentication: Trackable, Loggable {
0 commit comments