C# 클래스 Swagger.ObjectModel.Builders.SecuritySchemeBuilder

The security scheme builder.
파일 보기 프로젝트 열기: khellang/Nancy.Swagger 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
authorizationUrl string
description string
flow Oauth2Flows?
name string
scopes string>.Dictionary
securityIn ApiKeyLocations?
tokenUrl string
type SecuritySchemes?

공개 메소드들

메소드 설명
Build ( ) : SecurityScheme

The build.

메소드 상세

Build() 공개 메소드

The build.
///
public Build ( ) : SecurityScheme
리턴 SecurityScheme

프로퍼티 상세

authorizationUrl 보호되어 있는 프로퍼티

The authorization url.
protected string authorizationUrl
리턴 string

description 보호되어 있는 프로퍼티

The description.
protected string description
리턴 string

flow 보호되어 있는 프로퍼티

The flow.
protected Oauth2Flows? flow
리턴 Oauth2Flows?

name 보호되어 있는 프로퍼티

The name.
protected string name
리턴 string

scopes 보호되어 있는 프로퍼티

The scopes.
protected Dictionary scopes
리턴 string>.Dictionary

securityIn 보호되어 있는 프로퍼티

The security in.
protected ApiKeyLocations? securityIn
리턴 ApiKeyLocations?

tokenUrl 보호되어 있는 프로퍼티

The token url.
protected string tokenUrl
리턴 string

type 보호되어 있는 프로퍼티

The type.
protected SecuritySchemes? type
리턴 SecuritySchemes?