ory-am/hydra

View on GitHub
persistence/sql/migratest/testdata/20190100000013_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)
VALUES
(0013, 'client-0013', 'Client 0013', 'secret-0013', 'http://redirect/0013_1', 'grant-0013_1', 'response-0013_1', 'scope-0013', 'owner-0013', 'http://policy/0013', 'http://tos/0013', 'http://client/0013', 'http://logo/0013', 'contact-0013_1', 0, 'http://sector_id/0013', '', 'http://jwks/0013', 'http://request/0013_1', 'token_auth-0013', 'r_alg-0013', 'u_alg-0013', 'subject-0013', 'http://cors/0013_1', 'autdience-0013_1', now(), now(), 'http://front_logout/0013', true, 'http://post_redirect/0013_1', 'http://back_logout/0013', true);