Méthode | Description | |
---|---|---|
AuthorizationUrl ( string authorizationUrl ) : |
The authorization url.
|
|
Build ( ) : SecurityScheme |
The build.
|
|
Description ( string description ) : |
A short description for security scheme.
|
|
Flow ( Oauth2Flows flow ) : |
The flow.
|
|
Scope ( string name, string scope ) : |
Add a scope
|
|
TokenUrl ( string tokenUrl ) : |
The token url.
|
public AuthorizationUrl ( string authorizationUrl ) : |
||
authorizationUrl | string | /// The authorization url. /// |
Résultat |
public Description ( string description ) : |
||
description | string | /// The description. /// |
Résultat |
public Flow ( Oauth2Flows flow ) : |
||
flow | Oauth2Flows | /// The flow. /// |
Résultat |
public Scope ( string name, string scope ) : |
||
name | string | /// The name. /// |
scope | string | /// The scope. /// |
Résultat |
public TokenUrl ( string tokenUrl ) : |
||
tokenUrl | string | /// The token url. /// |
Résultat |