Slot: login request method (loginRequestMethod)
The http request method used to acces the login request url.
URI: EVORAO:loginRequestMethod
Alias: loginRequestMethod
Applicable Classes
| Name |
Description |
Modifies Slot |
| DataProvider |
An external API (Application Programming Interface) or Endpoint that permits … |
yes |
Properties
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:loginRequestMethod |
| native |
EVORAO:loginRequestMethod |
| broad |
schema:httpMethod |
| close |
dcat:endpointDescription |
LinkML Source
```yaml
name: loginRequestMethod
description: The http request method used to acces the login request url.
title: login request method
from_schema: https://w3id.org/evorao/
close_mappings:
- dcat:endpointDescription
broad_mappings:
- schema:httpMethod
rank: 1000
ifabsent: string(GET)
alias: loginRequestMethod
domain_of:
- DataProvider
range: string
required: false
multivalued: false
equals_string_in:
- GET
- POST
```