Example #1
0
 /// <summary>
 /// The flow.
 /// </summary>
 /// <param name="flow">
 /// The flow.
 /// </param>
 /// <returns>
 /// The <see cref="Oauth2SecuritySchemeBuilder"/>.
 /// </returns>
 public Oauth2SecuritySchemeBuilder Flow(Oauth2Flows flow)
 {
     this.flow = flow;
     return(this);
 }
 /// <summary>
 /// The flow.
 /// </summary>
 /// <param name="flow">
 /// The flow.
 /// </param>
 /// <returns>
 /// The <see cref="Oauth2SecuritySchemeBuilder"/>.
 /// </returns>
 public Oauth2SecuritySchemeBuilder Flow(Oauth2Flows flow)
 {
     this.flow = flow;
     return this;
 }