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
Copy file name to clipboardExpand all lines: docs/v1/openapi.yaml
-54Lines changed: 0 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -1882,32 +1882,6 @@ components:
1882
1882
required:
1883
1883
- verifiable_credential
1884
1884
- issuerURI
1885
-
DeprecatedComposeOIDC4CICredential:
1886
-
title: DeprecatedComposeOIDC4CICredential
1887
-
type: object
1888
-
description: "Deprecated. Use /issuer/profiles/{profileID}/{profileVersion}/interactions/initiate-oidc-compose. Model for composing OIDC4CI credential."
1889
-
deprecated: true
1890
-
properties:
1891
-
id_template:
1892
-
type: string
1893
-
description: ID of the credential template.
1894
-
nullable: true
1895
-
override_issuer:
1896
-
type: boolean
1897
-
description: Override issuer.
1898
-
nullable: true
1899
-
override_subject_did:
1900
-
type: boolean
1901
-
description: Override credential subject did.
1902
-
nullable: true
1903
-
perform_strict_validation:
1904
-
type: boolean
1905
-
description: Perform strict validation.
1906
-
nullable: true
1907
-
credential:
1908
-
type: object
1909
-
description: Raw Complete credential for sign and customization
1910
-
nullable: false
1911
1885
SetCredentialRefreshStateRequest:
1912
1886
title: SetCredentialRefreshStateRequest
1913
1887
type: object
@@ -1945,23 +1919,6 @@ components:
1945
1919
type: object
1946
1920
description: Model for Initiate OIDC Credential Issuance Request.
1947
1921
properties:
1948
-
credential_expires_at:
1949
-
type: string
1950
-
format: date-time
1951
-
deprecated: true
1952
-
description: "Deprecated: Use CredentialConfiguration instead. Date when credentials should be consider as expired."
1953
-
credential_name:
1954
-
type: string
1955
-
deprecated: true
1956
-
description: "Deprecated: Use CredentialConfiguration instead. Credential name"
1957
-
credential_description:
1958
-
type: string
1959
-
deprecated: true
1960
-
description: "Deprecated: Use CredentialConfiguration instead. Credential description"
1961
-
credential_template_id:
1962
-
type: string
1963
-
deprecated: true
1964
-
description: 'Deprecated: Use CredentialConfiguration instead. Template of the credential to be issued while successfully concluding this interaction. REQUIRED, if the profile is configured to use multiple credential templates.'
1965
1922
client_initiate_issuance_url:
1966
1923
type: string
1967
1924
description: 'URL of the issuance initiation endpoint of a Wallet. Takes precedence over client_wellknown request parameter. If both client_initiate_issuance_url and client_wellknown are not provided then response initiate issuance URL will contain custom initiate issuance URL in format openid-initiate-issuance://.'
@@ -1971,10 +1928,6 @@ components:
1971
1928
op_state:
1972
1929
type: string
1973
1930
description: 'String value created by the Credential Issuer and opaque to the Wallet that is used to bind the sub-sequent authentication request with the Credential Issuer to a context set up during previous steps. If the client receives a value for this parameter, it MUST include it in the subsequent Authentication Request to the Credential Issuer as the op_state parameter value. MUST NOT be used in Authorization Code flow when pre-authorized_code is present.'
1974
-
claim_endpoint:
1975
-
deprecated: true
1976
-
type: string
1977
-
description: "Deprecated: Use CredentialConfiguration instead. Claim endpoint of the Issuer from where credential claim data has to be requested after successfully acquiring access tokens."
1978
1931
grant_type:
1979
1932
type: string
1980
1933
description: Issuer can provide custom grant types through this parameter. This grant type has to be used while exchanging an access token for authorization code in later steps.
@@ -1995,11 +1948,6 @@ components:
1995
1948
user_pin_required:
1996
1949
type: boolean
1997
1950
description: Required for Pre-Authorized Code Flow. Boolean value specifying whether the issuer expects presentation of a user PIN along with the Token Request in a pre-authorized code flow.
1998
-
claim_data:
1999
-
deprecated: true
2000
-
type: object
2001
-
nullable: true
2002
-
description: "Deprecated: Use CredentialConfiguration instead. Required for Pre-Authorized Code Flow. VCS OIDC Service acts as OP for wallet applications"
2003
1951
wallet_initiated_issuance:
2004
1952
type: boolean
2005
1953
description: Boolean flags indicates whether given transaction is initiated by Wallet.
@@ -2725,8 +2673,6 @@ components:
2725
2673
type: object
2726
2674
description: An object that describes specifics of the Multiple Credential Issuance.
0 commit comments