C# Class Swagger.ObjectModel.Builders.SecuritySchemeBuilder

The security scheme builder.
ファイルを表示 Open project: khellang/Nancy.Swagger Class Usage Examples

Protected Properties

Property Type Description
authorizationUrl string
description string
flow Oauth2Flows?
name string
scopes string>.Dictionary
securityIn ApiKeyLocations?
tokenUrl string
type SecuritySchemes?

Public Methods

Method Description
Build ( ) : SecurityScheme

The build.

Method Details

Build() public method

The build.
///
public Build ( ) : SecurityScheme
return SecurityScheme

Property Details

authorizationUrl protected_oe property

The authorization url.
protected string authorizationUrl
return string

description protected_oe property

The description.
protected string description
return string

flow protected_oe property

The flow.
protected Oauth2Flows? flow
return Oauth2Flows?

name protected_oe property

The name.
protected string name
return string

scopes protected_oe property

The scopes.
protected Dictionary scopes
return string>.Dictionary

securityIn protected_oe property

The security in.
protected ApiKeyLocations? securityIn
return ApiKeyLocations?

tokenUrl protected_oe property

The token url.
protected string tokenUrl
return string

type protected_oe property

The type.
protected SecuritySchemes? type
return SecuritySchemes?