{
    "issuer": "https://www.cancork.com",
    "authorization_endpoint": "https://www.cancork.com/wp-admin/authorize-application.php",
    "token_endpoint": "https://www.cancork.com/wp-json/",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "application_password"
    ],
    "token_endpoint_auth_methods_supported": [
        "basic"
    ],
    "scopes_supported": [
        "read",
        "write"
    ],
    "service_documentation": "https://developer.wordpress.org/rest-api/reference/application-passwords/",
    "agent_auth": {
        "skill": "https://www.cancork.com/auth.md",
        "register_uri": "https://www.cancork.com/auth.md",
        "claim_uri": "https://www.cancork.com/auth.md#registration",
        "identity_types_supported": [
            "identity_assertion"
        ],
        "identity_assertion": {
            "assertion_types_supported": [
                "verified_email"
            ],
            "credential_types_supported": [
                "bearer"
            ]
        }
    }
}