ory-am/hydra

View on GitHub
persistence/sql/migratest/testdata/20200527215732_testdata.sql

Summary

Maintainability
Test Coverage
INSERT INTO hydra_client
(pk, id, client_name, client_secret, redirect_uris, grant_types, response_types, scope, owner, policy_uri, tos_uri, client_uri, logo_uri, contacts, client_secret_expires_at, sector_identifier_uri, jwks, jwks_uri, request_uris, token_endpoint_auth_method, request_object_signing_alg, userinfo_signed_response_alg, subject_type, allowed_cors_origins, audience, created_at, updated_at, frontchannel_logout_uri, frontchannel_logout_session_required, post_logout_redirect_uris, backchannel_logout_uri, backchannel_logout_session_required, metadata, token_endpoint_auth_signing_alg)
VALUES
(2005, 'client-2005', 'Client 2005', 'secret-2005', 'http://redirect/2005_1', 'grant-2005_1', 'response-2005_1', 'scope-2005', 'owner-2005', 'http://policy/2005', 'http://tos/2005', 'http://client/2005', 'http://logo/2005', 'contact-2005_1', 0, 'http://sector_id/2005', '', 'http://jwks/2005', 'http://request/2005_1', 'token_auth-2005', 'r_alg-2005', 'u_alg-2005', 'subject-2005', 'http://cors/2005_1', 'autdience-2005_1', now(), now(), 'http://front_logout/2005', true, 'http://post_redirect/2005_1', 'http://back_logout/2005', true, '{"migration": "2005"}', '');