C# Class Swagger.ObjectModel.Builders.SecuritySchemeBuilder

The security scheme builder.
Afficher le fichier Open project: khellang/Nancy.Swagger Class Usage Examples

Protected Properties

Свойство Type Description
authorizationUrl string
description string
flow Oauth2Flows?
name string
scopes string>.Dictionary
securityIn ApiKeyLocations?
tokenUrl string
type SecuritySchemes?

Méthodes publiques

Méthode Description
Build ( ) : SecurityScheme

The build.

Method Details

Build() public méthode

The build.
///
public Build ( ) : SecurityScheme
Résultat SecurityScheme

Property Details

authorizationUrl protected_oe property

The authorization url.
protected string authorizationUrl
Résultat string

description protected_oe property

The description.
protected string description
Résultat string

flow protected_oe property

The flow.
protected Oauth2Flows? flow
Résultat Oauth2Flows?

name protected_oe property

The name.
protected string name
Résultat string

scopes protected_oe property

The scopes.
protected Dictionary scopes
Résultat string>.Dictionary

securityIn protected_oe property

The security in.
protected ApiKeyLocations? securityIn
Résultat ApiKeyLocations?

tokenUrl protected_oe property

The token url.
protected string tokenUrl
Résultat string

type protected_oe property

The type.
protected SecuritySchemes? type
Résultat SecuritySchemes?