Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-stytch committed May 20, 2024
1 parent 1d51d13 commit 3ae1033
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/stytch/b2b_sso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def initialize(connection)
# oidc_connections::
# The list of [OIDC Connections](https://stytch.com/docs/b2b/api/oidc-connection-object) owned by this organization.
# The type of this field is list of +OIDCConnection+ (+object+).
# external_connections::
# (no documentation yet)
# The type of this field is list of +Connection+ (+object+).
# status_code::
# The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.
# The type of this field is +Integer+.
Expand Down Expand Up @@ -307,7 +310,7 @@ def initialize(connection)
# A human-readable display name for the connection.
# The type of this field is nilable +String+.
# identity_provider::
# (no documentation yet)
# The identity provider of this connection. For OIDC, the accepted values are `generic`, `okta`, and `microsoft-entra`. For SAML, the accepted values are `generic`, `okta`, `microsoft-entra`, and `google-workspace`.
# The type of this field is nilable +CreateConnectionRequestIdentityProvider+ (string enum).
#
# == Returns:
Expand Down Expand Up @@ -391,7 +394,7 @@ def create_connection(
# The location of the IdP's JSON Web Key Set, used to verify credentials issued by the IdP. This will be provided by the IdP.
# The type of this field is nilable +String+.
# identity_provider::
# (no documentation yet)
# The identity provider of this connection. For OIDC, the accepted values are `generic`, `okta`, and `microsoft-entra`. For SAML, the accepted values are `generic`, `okta`, `microsoft-entra`, and `google-workspace`.
# The type of this field is nilable +UpdateConnectionRequestIdentityProvider+ (string enum).
#
# == Returns:
Expand Down Expand Up @@ -535,7 +538,7 @@ def initialize(connection)
# A human-readable display name for the connection.
# The type of this field is nilable +String+.
# identity_provider::
# (no documentation yet)
# The identity provider of this connection. For OIDC, the accepted values are `generic`, `okta`, and `microsoft-entra`. For SAML, the accepted values are `generic`, `okta`, `microsoft-entra`, and `google-workspace`.
# The type of this field is nilable +CreateConnectionRequestIdentityProvider+ (string enum).
#
# == Returns:
Expand Down Expand Up @@ -613,7 +616,7 @@ def create_connection(
# An alternative URL to use for the Audience Restriction. This value can be used when you wish to migrate an existing SAML integration to Stytch with zero downtime.
# The type of this field is nilable +String+.
# identity_provider::
# (no documentation yet)
# The identity provider of this connection. For OIDC, the accepted values are `generic`, `okta`, and `microsoft-entra`. For SAML, the accepted values are `generic`, `okta`, `microsoft-entra`, and `google-workspace`.
# The type of this field is nilable +UpdateConnectionRequestIdentityProvider+ (string enum).
#
# == Returns:
Expand Down

0 comments on commit 3ae1033

Please sign in to comment.