Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112580
oauth_flows.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
319 B
Referenced Files
None
Subscribers
None
oauth_flows.ex
View Options
defmodule
OpenApiSpex.OAuthFlows
do
alias
OpenApiSpex.OAuthFlow
defstruct
[
:implicit
,
:password
,
:clientCredentials
,
:authorizationCode
]
@type
t
::
%
__MODULE__
{
implicit
:
OAuthFlow
.
t
,
password
:
OAuthFlow
.
t
,
clientCredentials
:
OAuthFlow
.
t
,
authorizationCode
:
OAuthFlow
.
t
}
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 8:51 PM (23 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39079
Default Alt Text
oauth_flows.ex (319 B)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment