stytch 10.18.0 → 10.19.0

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.
@@ -26,13 +26,13 @@ module Stytch
26
26
  #
27
27
  # == Parameters:
28
28
  # user_id::
29
- # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an external_id here if one is set for the user.
29
+ # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an `external_id` here if one is set for the user.
30
30
  # The type of this field is +String+.
31
31
  # domain::
32
32
  # The domain for Passkeys or WebAuthn. Defaults to `window.location.hostname`.
33
33
  # The type of this field is +String+.
34
34
  # user_agent::
35
- # The user agent of the User.
35
+ # The user agent of the client.
36
36
  # The type of this field is nilable +String+.
37
37
  # authenticator_type::
38
38
  # The requested authenticator type of the Passkey or WebAuthn device. The two valid values are platform and cross-platform. If no value passed, we assume both values are allowed.
@@ -96,7 +96,7 @@ module Stytch
96
96
  #
97
97
  # == Parameters:
98
98
  # user_id::
99
- # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an external_id here if one is set for the user.
99
+ # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an `external_id` here if one is set for the user.
100
100
  # The type of this field is +String+.
101
101
  # public_key_credential::
102
102
  # The response of the [navigator.credentials.create()](https://www.w3.org/TR/webauthn-2/#sctn-createCredential).
@@ -150,7 +150,7 @@ module Stytch
150
150
  # session::
151
151
  # If you initiate a Session, by including `session_duration_minutes` in your authenticate call, you'll receive a full Session object in the response.
152
152
  #
153
- # See [GET sessions](https://stytch.com/docs/api/session-get) for complete response fields.
153
+ # See [Session object](https://stytch.com/docs/api/session-object) for complete response fields.
154
154
  #
155
155
  # The type of this field is nilable +Session+ (+object+).
156
156
  def register(
@@ -187,7 +187,7 @@ module Stytch
187
187
  # The domain for Passkeys or WebAuthn. Defaults to `window.location.hostname`.
188
188
  # The type of this field is +String+.
189
189
  # user_id::
190
- # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an external_id here if one is set for the user.
190
+ # The `user_id` of an active user the Passkey or WebAuthn registration should be tied to. You may use an `external_id` here if one is set for the user.
191
191
  # The type of this field is nilable +String+.
192
192
  # return_passkey_credential_options::
193
193
  # If true, the `public_key_credential_creation_options` returned will be optimized for Passkeys with `userVerification` set to `"preferred"`.
@@ -280,7 +280,7 @@ module Stytch
280
280
  # session::
281
281
  # If you initiate a Session, by including `session_duration_minutes` in your authenticate call, you'll receive a full Session object in the response.
282
282
  #
283
- # See [GET sessions](https://stytch.com/docs/api/session-get) for complete response fields.
283
+ # See [Session object](https://stytch.com/docs/api/session-object) for complete response fields.
284
284
  #
285
285
  # The type of this field is nilable +Session+ (+object+).
286
286
  def authenticate(
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stytch
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.18.0
4
+ version: 10.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - stytch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-12 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday