C# Class Swagger.ObjectModel.Builders.SecuritySchemeBuilder

The security scheme builder.
Show file 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 property

The authorization url.
protected string authorizationUrl
return string

description protected property

The description.
protected string description
return string

flow protected property

The flow.
protected Oauth2Flows? flow
return Oauth2Flows?

name protected property

The name.
protected string name
return string

scopes protected property

The scopes.
protected Dictionary scopes
return string>.Dictionary

securityIn protected property

The security in.
protected ApiKeyLocations? securityIn
return ApiKeyLocations?

tokenUrl protected property

The token url.
protected string tokenUrl
return string

type protected property

The type.
protected SecuritySchemes? type
return SecuritySchemes?