Sha256: d3665174047eeeb7051eb2ec0338ff0d0a8843de94c88b11d45f0ced873b970e
Contents?: true
Size: 648 Bytes
Versions: 7
Compression:
Stored size: 648 Bytes
Contents
# OryKratosClient::IdentityCredentialsOidcProvider ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **initial_access_token** | **String** | | [optional] | | **initial_id_token** | **String** | | [optional] | | **initial_refresh_token** | **String** | | [optional] | | **provider** | **String** | | [optional] | | **subject** | **String** | | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityCredentialsOidcProvider.new( initial_access_token: null, initial_id_token: null, initial_refresh_token: null, provider: null, subject: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems