public class SecuritySchemeObject extends Object
SecuritySchemeObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
bearerFormat |
String |
description |
OAuthFlowsObject |
flows |
String |
in |
String |
name |
URI |
openIdConnectUrl |
String |
scheme |
String |
type |
public final String type
public final String description
public final String name
public final String in
public final String scheme
public final String bearerFormat
public final OAuthFlowsObject flows
public final URI openIdConnectUrl
public void writeJson(Writer writer) throws IOException
IOException
Copyright © 2017–2019. All rights reserved.