Skip to content

Commit a6bd077

Browse files
committed
added files
1 parent b2506ab commit a6bd077

File tree

2 files changed

+10
-0
lines changed
  • samples/client/petstore/java

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package io.swagger.client.auth;
2+
3+
public enum OAuthFlow {
4+
accessCode, implicit, password, application
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package io.swagger.client.auth;
2+
3+
public enum OAuthFlow {
4+
accessCode, implicit, password, application
5+
}

0 commit comments

Comments
 (0)