OAuthConfigurationParams interface
Propiedades
| client |
Obtiene o establece el ClientId. |
| client |
Obtiene o establece ClientSecret. |
| endpoint |
Obtiene o establece el tipo del punto de conexión. |
| name | Obtiene o establece el nombre. |
| url | Obtiene o establece la dirección URL. |
Detalles de las propiedades
clientId
Obtiene o establece el ClientId.
clientId: string
Valor de propiedad
string
clientSecret
Obtiene o establece ClientSecret.
clientSecret: string
Valor de propiedad
string
endpointType
Obtiene o establece el tipo del punto de conexión.
endpointType: string
Valor de propiedad
string
name
Obtiene o establece el nombre.
name: string
Valor de propiedad
string
url
Obtiene o establece la dirección URL.
url: string
Valor de propiedad
string