<?php

// This file has been auto-generated by the Symfony Routing Component.

return [
    'api_entrypoint' => [['index', '_format'], ['_controller' => 'api_platform.action.entrypoint', '_format' => '', '_api_respond' => 'true', 'index' => 'index'], ['index' => 'index'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', 'index', 'index', true], ['text', '/api']], [], [], []],
    'api_doc' => [['_format'], ['_controller' => 'api_platform.action.documentation', '_format' => '', '_api_respond' => 'true'], [], [['variable', '.', '[^/]++', '_format', true], ['text', '/api/docs']], [], [], []],
    'api_jsonld_context' => [['shortName', '_format'], ['_controller' => 'api_platform.jsonld.action.context', '_format' => 'jsonld', '_api_respond' => 'true'], ['shortName' => '.+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '.+', 'shortName', true], ['text', '/api/contexts']], [], [], []],
    'api_ltirequests_get_collection' => [['_format'], ['_controller' => 'api_platform.action.get_collection', '_format' => null, '_stateless' => null, '_api_resource_class' => 'App\\Entity\\ltirequest', '_api_identifiers' => ['learner_id'], '_api_has_composite_identifier' => false, '_api_collection_operation_name' => 'get'], [], [['variable', '.', '[^/]++', '_format', true], ['text', '/api/ltirequests']], [], [], []],
    'api_ltirequests_post_collection' => [['_format'], ['_controller' => 'api_platform.action.post_collection', '_format' => null, '_stateless' => null, '_api_resource_class' => 'App\\Entity\\ltirequest', '_api_identifiers' => ['learner_id'], '_api_has_composite_identifier' => false, '_api_collection_operation_name' => 'post'], [], [['variable', '.', '[^/]++', '_format', true], ['text', '/api/ltirequests']], [], [], []],
    'api_ltirequests_get_lti_resource_link_item' => [['learnerid'], ['_controller' => 'App\\Controller\\LtiRequestController', '_format' => null, '_stateless' => null, '_api_resource_class' => 'App\\Entity\\ltirequest', '_api_identifiers' => ['learner_id'], '_api_has_composite_identifier' => false, '_api_item_operation_name' => 'get_lti_resource_link'], [], [['variable', '/', '[^/]++', 'learnerid', true], ['text', '/api/ltiresourcelink']], [], [], []],
    '_preview_error' => [['code', '_format'], ['_controller' => 'error_controller::preview', '_format' => 'html'], ['code' => '\\d+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '\\d+', 'code', true], ['text', '/_error']], [], [], []],
    'lti1p3_jwks' => [['keySetName'], ['_controller' => 'OAT\\Bundle\\Lti1p3Bundle\\Action\\Jwks\\JwksAction'], [], [['text', '.json'], ['variable', '/', '[^/\\.]++', 'keySetName', true], ['text', '/lti1p3/.well-known/jwks']], [], [], []],
    'lti1p3_message_oidc_authentication' => [[], ['_controller' => 'OAT\\Bundle\\Lti1p3Bundle\\Action\\Platform\\Message\\OidcAuthenticationAction'], [], [['text', '/lti1p3/oidc/authentication']], [], [], []],
    'lti1p3_message_oidc_initiation' => [[], ['_controller' => 'OAT\\Bundle\\Lti1p3Bundle\\Action\\Tool\\Message\\OidcInitiationAction'], [], [['text', '/lti1p3/oidc/initiation']], [], [], []],
    'lti1p3_service_oauth2_access_token_creation' => [['keyChainIdentifier'], ['_controller' => 'OAT\\Bundle\\Lti1p3Bundle\\Action\\Platform\\Service\\OAuth2AccessTokenCreationAction'], [], [['text', '/token'], ['variable', '/', '[^/]++', 'keyChainIdentifier', true], ['text', '/lti1p3/auth']], [], [], []],
    'default_list' => [['learnerId', 'quizId'], ['_controller' => 'App\\Controller\\DefaultController::list'], [], [['variable', '/', '[^/]++', 'quizId', true], ['variable', '/', '[^/]++', 'learnerId', true], ['text', '/default']], [], [], []],
];
