Skip to content

Commit

Permalink
Fix documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nidal-stytch committed Sep 26, 2024
1 parent 0d34537 commit 6fbb88c
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions Sources/StytchCore/Documentation.docc/StytchCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,34 @@ You'll interact with Stytch via the ``StytchClient`` (consumer apps) or ``Stytch

Property | Methods
--- | ---
``StytchClient/MagicLinks-swift.struct`` | ``StytchClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/loginOrCreate(parameters:)-9n8i5``<br>``StytchClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/send(parameters:)-2i2l1``<br>``StytchClient-swift.struct/MagicLinks-swift.struct/authenticate(parameters:)-27v6k``
``StytchClient/Passwords-swift.struct`` | ``StytchClient-swift.struct/Passwords-swift.struct/create(parameters:)-3gtlz``<br>``StytchClient-swift.struct/Passwords-swift.struct/authenticate(parameters:)-9xbzg``<br>``StytchClient-swift.struct/Passwords-swift.struct/resetByEmailStart(parameters:)-4xpf9``<br>``StytchClient-swift.struct/Passwords-swift.struct/resetByEmail(parameters:)-79mm8``<br>``StytchClient-swift.struct/Passwords-swift.struct/strengthCheck(parameters:)-1d3s7``
``StytchClient/OTP-swift.struct`` | ``StytchClient-swift.struct/OTP-swift.struct/loginOrCreate(parameters:)-c61b``<br>``StytchClient-swift.struct/OTP-swift.struct/send(parameters:)-3xcc9``<br>``StytchClient-swift.struct/OTP-swift.struct/authenticate(parameters:)-5ums0``
``StytchClient/Biometrics-swift.struct`` | ``StytchClient-swift.struct/Biometrics-swift.struct/register(parameters:)-m8w7``<br>``StytchClient-swift.struct/Biometrics-swift.struct/authenticate(parameters:)-8ycmb``<br>``StytchClient-swift.struct/Biometrics-swift.struct/registrationAvailable``<br>``StytchClient-swift.struct/Biometrics-swift.struct/removeRegistration()-7a8j9``
``StytchClient/OAuth-swift.struct/ThirdParty`` | ``StytchClient-swift.struct/OAuth-swift.struct/ThirdParty-swift.struct/start(configuration:)``<br>``StytchClient-swift.struct/OAuth-swift.struct/authenticate(parameters:)-3tjwd``
``StytchClient/MagicLinks-swift.struct`` | ``StytchClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/loginOrCreate(parameters:)-9n8i5``, ``StytchClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/send(parameters:)-2i2l1``, ``StytchClient-swift.struct/MagicLinks-swift.struct/authenticate(parameters:)-27v6k``
``StytchClient/Passwords-swift.struct`` | ``StytchClient-swift.struct/Passwords-swift.struct/create(parameters:)-3gtlz``, ``StytchClient-swift.struct/Passwords-swift.struct/authenticate(parameters:)-9xbzg``, ``StytchClient-swift.struct/Passwords-swift.struct/resetByEmailStart(parameters:)-4xpf9``, ``StytchClient-swift.struct/Passwords-swift.struct/resetByEmail(parameters:)-79mm8``, ``StytchClient-swift.struct/Passwords-swift.struct/strengthCheck(parameters:)-1d3s7``
``StytchClient/OTP-swift.struct`` | ``StytchClient-swift.struct/OTP-swift.struct/loginOrCreate(parameters:)-c61b``, ``StytchClient-swift.struct/OTP-swift.struct/send(parameters:)-3xcc9``, ``StytchClient-swift.struct/OTP-swift.struct/authenticate(parameters:)-5ums0``
``StytchClient/Biometrics-swift.struct`` | ``StytchClient-swift.struct/Biometrics-swift.struct/register(parameters:)-m8w7``, ``StytchClient-swift.struct/Biometrics-swift.struct/authenticate(parameters:)-8ycmb``, ``StytchClient-swift.struct/Biometrics-swift.struct/registrationAvailable``, ``StytchClient-swift.struct/Biometrics-swift.struct/removeRegistration()-7a8j9``
``StytchClient/OAuth-swift.struct/ThirdParty`` | ``StytchClient-swift.struct/OAuth-swift.struct/ThirdParty-swift.struct/start(configuration:)``, ``StytchClient-swift.struct/OAuth-swift.struct/authenticate(parameters:)-3tjwd``
``StytchClient/OAuth-swift.struct/Apple-swift.struct`` | ``StytchClient-swift.struct/OAuth-swift.struct/Apple-swift.struct/start(parameters:)-5rxqg``
``StytchClient/TOTP-swift.struct`` | ``StytchClient-swift.struct/TOTP-swift.struct/create(parameters:)-437r4``<br>``StytchClient-swift.struct/TOTP-swift.struct/authenticate(parameters:)-2ck6w``<br>``StytchClient-swift.struct/TOTP-swift.struct/recoveryCodes()-mbxc``<br>``StytchClient-swift.struct/TOTP-swift.struct/recover(parameters:)-9swfk``
``StytchClient/Sessions-swift.struct`` | ``StytchClient-swift.struct/Sessions-swift.struct/revoke(parameters:)-7lw27``<br>``StytchClient-swift.struct/Sessions-swift.struct/authenticate(parameters:)-7gegg``
``StytchClient/UserManagement-swift.struct`` | ``StytchClient-swift.struct/UserManagement-swift.struct/getSync()``<br>``StytchClient-swift.struct/UserManagement-swift.struct/get()-57gt5``<br>``StytchClient-swift.struct/UserManagement-swift.struct/deleteFactor(_:)-5nh6h``
``StytchClient/CryptoWallets-swift.struct`` | ``StytchClient-swift.struct/CryptoWallets-swift.struct/authenticateStart(parameters:)-23wt7``<br>``StytchClient-swift.struct/CryptoWallets-swift.struct/authenticate(parameters:)-8ea9t``
``StytchClient/TOTP-swift.struct`` | ``StytchClient-swift.struct/TOTP-swift.struct/create(parameters:)-437r4``, ``StytchClient-swift.struct/TOTP-swift.struct/authenticate(parameters:)-2ck6w``, ``StytchClient-swift.struct/TOTP-swift.struct/recoveryCodes()-mbxc``, ``StytchClient-swift.struct/TOTP-swift.struct/recover(parameters:)-9swfk``
``StytchClient/Sessions-swift.struct`` | ``StytchClient-swift.struct/Sessions-swift.struct/revoke(parameters:)-7lw27``, ``StytchClient-swift.struct/Sessions-swift.struct/authenticate(parameters:)-7gegg``
``StytchClient/UserManagement-swift.struct`` | ``StytchClient-swift.struct/UserManagement-swift.struct/getSync()``, ``StytchClient-swift.struct/UserManagement-swift.struct/get()-57gt5``, ``StytchClient-swift.struct/UserManagement-swift.struct/deleteFactor(_:)-5nh6h``
``StytchClient/CryptoWallets-swift.struct`` | ``StytchClient-swift.struct/CryptoWallets-swift.struct/authenticateStart(parameters:)-23wt7``, ``StytchClient-swift.struct/CryptoWallets-swift.struct/authenticate(parameters:)-8ea9t``

### StytchB2BClient

Property | Methods
--- | ---
``StytchB2BClient/MagicLinks-swift.struct`` | ``StytchB2BClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/loginOrSignup(parameters:)-6rrup``<br>``StytchB2BClient-swift.struct/MagicLinks-swift.struct/authenticate(parameters:)-9bkrj``<br>``StytchB2BClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/discoverySend(parameters:)-1opgc``<br>``StytchB2BClient-swift.struct/MagicLinks-swift.struct/discoveryAuthenticate(parameters:)-4vo9v``
``StytchB2BClient/Discovery-swift.struct`` | ``StytchB2BClient-swift.struct/Discovery-swift.struct/createOrganization(parameters:)-7hypb``<br>``StytchB2BClient-swift.struct/Discovery-swift.struct/listOrganizations(parameters:)-4yarj``<br>``StytchB2BClient-swift.struct/Discovery-swift.struct/exchangeIntermediateSession(parameters:)-8uvs8``
``StytchB2BClient/SSO-swift.struct`` | ``StytchB2BClient-swift.struct/SSO-swift.struct/start(parameters:)-6ik51``<br>``StytchB2BClient-swift.struct/SSO-swift.struct/authenticate(parameters:)-1ncp1``
``StytchB2BClient/Sessions-swift.struct`` | ``StytchB2BClient-swift.struct/Sessions-swift.struct/revoke(parameters:)-7lw27``<br>``StytchB2BClient-swift.struct/Sessions-swift.struct/authenticate(parameters:)-7gegg``
``StytchB2BClient/Members-swift.struct`` | ``StytchB2BClient-swift.struct/Members-swift.struct/getSync()``<br>``StytchB2BClient-swift.struct/Members-swift.struct/get()-7fdhf``
``StytchB2BClient/Organizations-swift.struct`` | ``StytchB2BClient-swift.struct/Organizations-swift.struct/getSync()``<br>``StytchB2BClient-swift.struct/Organizations-swift.struct/get()-2esfw``
``StytchB2BClient/OAuth-swift.struct`` | ``StytchB2BClient-swift.struct/OAuth-swift.struct/ThirdParty-swift.struct/start(configuration:)``<br>``StytchB2BClient-swift.struct/OAuth-swift.struct/authenticate(parameters:)-80abl``
``StytchB2BClient/OTP-swift.struct`` | ``StytchB2BClient-swift.struct/OTP-swift.struct/send(parameters:)-3xcc9``<br>``StytchB2BClient-swift.struct/OTP-swift.struct/authenticate(parameters:)-5ums0``
``StytchB2BClient/TOTP-swift.struct`` | ``StytchB2BClient-swift.struct/TOTP-swift.struct/create(parameters:)-437r4``<br>``StytchB2BClient-swift.struct/TOTP-swift.struct/authenticate(parameters:)-2ck6w``
``StytchB2BClient/Passwords-swift.struct`` | ``StytchB2BClient-swift.struct/Passwords-swift.struct/authenticate(parameters:)-63kup``<br>``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByEmailStart(parameters:)-24ggc``<br>``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByEmail(parameters:)-6r4gk``<br>``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByExistingPassword(parameters:)-2ju8w``<br>``StytchB2BClient-swift.struct/Passwords-swift.struct/resetBySession(parameters:)-834cf``<br>``StytchB2BClient-swift.struct/Passwords-swift.struct/strengthCheck(parameters:)-4uctk``
``StytchB2BClient/RBAC-swift.struct`` | ``StytchB2BClient-swift.struct/RBAC-swift.struct/allPermissions()-89p7d``<br>``StytchB2BClient-swift.struct/RBAC-swift.struct/isAuthorized(resourceId:action:)-3qmjb``<br>``StytchB2BClient-swift.struct/RBAC-swift.struct/isAuthorizedSync(resourceId:action:)``
``StytchB2BClient/RecoveryCodes-swift.struct`` | ``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/get()-1dlsm``<br>``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/rotate()-9wyz3``<br>``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/recover(parameters:)-7r6fr``
``StytchB2BClient/MagicLinks-swift.struct`` | ``StytchB2BClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/loginOrSignup(parameters:)-6rrup``, ``StytchB2BClient-swift.struct/MagicLinks-swift.struct/authenticate(parameters:)-9bkrj``, ``StytchB2BClient-swift.struct/MagicLinks-swift.struct/Email-swift.struct/discoverySend(parameters:)-1opgc``, ``StytchB2BClient-swift.struct/MagicLinks-swift.struct/discoveryAuthenticate(parameters:)-4vo9v``
``StytchB2BClient/Discovery-swift.struct`` | ``StytchB2BClient-swift.struct/Discovery-swift.struct/createOrganization(parameters:)-7hypb``, ``StytchB2BClient-swift.struct/Discovery-swift.struct/listOrganizations(parameters:)-4yarj``, ``StytchB2BClient-swift.struct/Discovery-swift.struct/exchangeIntermediateSession(parameters:)-8uvs8``
``StytchB2BClient/SSO-swift.struct`` | ``StytchB2BClient-swift.struct/SSO-swift.struct/start(parameters:)-6ik51``, ``StytchB2BClient-swift.struct/SSO-swift.struct/authenticate(parameters:)-1ncp1``
``StytchB2BClient/Sessions-swift.struct`` | ``StytchB2BClient-swift.struct/Sessions-swift.struct/revoke(parameters:)-7lw27``, ``StytchB2BClient-swift.struct/Sessions-swift.struct/authenticate(parameters:)-7gegg``
``StytchB2BClient/Members-swift.struct`` | ``StytchB2BClient-swift.struct/Members-swift.struct/getSync()``, ``StytchB2BClient-swift.struct/Members-swift.struct/get()-7fdhf``
``StytchB2BClient/Organizations-swift.struct`` | ``StytchB2BClient-swift.struct/Organizations-swift.struct/getSync()``, ``StytchB2BClient-swift.struct/Organizations-swift.struct/get()-2esfw``
``StytchB2BClient/OAuth-swift.struct`` | ``StytchB2BClient-swift.struct/OAuth-swift.struct/ThirdParty-swift.struct/start(configuration:)``, ``StytchB2BClient-swift.struct/OAuth-swift.struct/authenticate(parameters:)-80abl``
``StytchB2BClient/OTP-swift.struct`` | ``StytchB2BClient-swift.struct/OTP-swift.struct/send(parameters:)-3xcc9``, ``StytchB2BClient-swift.struct/OTP-swift.struct/authenticate(parameters:)-5ums0``
``StytchB2BClient/TOTP-swift.struct`` | ``StytchB2BClient-swift.struct/TOTP-swift.struct/create(parameters:)-437r4``, ``StytchB2BClient-swift.struct/TOTP-swift.struct/authenticate(parameters:)-2ck6w``
``StytchB2BClient/Passwords-swift.struct`` | ``StytchB2BClient-swift.struct/Passwords-swift.struct/authenticate(parameters:)-63kup``, ``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByEmailStart(parameters:)-24ggc``, ``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByEmail(parameters:)-6r4gk``, ``StytchB2BClient-swift.struct/Passwords-swift.struct/resetByExistingPassword(parameters:)-2ju8w``, ``StytchB2BClient-swift.struct/Passwords-swift.struct/resetBySession(parameters:)-834cf``, ``StytchB2BClient-swift.struct/Passwords-swift.struct/strengthCheck(parameters:)-4uctk``
``StytchB2BClient/RBAC-swift.struct`` | ``StytchB2BClient-swift.struct/RBAC-swift.struct/allPermissions()-89p7d``, ``StytchB2BClient-swift.struct/RBAC-swift.struct/isAuthorized(resourceId:action:)-3qmjb``, ``StytchB2BClient-swift.struct/RBAC-swift.struct/isAuthorizedSync(resourceId:action:)``
``StytchB2BClient/RecoveryCodes-swift.struct`` | ``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/get()-1dlsm``, ``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/rotate()-9wyz3``, ``StytchB2BClient-swift.struct/RecoveryCodes-swift.struct/recover(parameters:)-7r6fr``
``StytchB2BClient/SearchManager-swift.struct`` | ``StytchB2BClient-swift.struct/SearchManager-swift.struct/searchMember(searchMemberParameters:)-9nw94``, ``StytchB2BClient-swift.struct/SearchManager-swift.struct/searchOrganization(searchOrganizationParameters:)-2a7yp``


## Topics
Expand Down

0 comments on commit 6fbb88c

Please sign in to comment.