Class OnceConsentTypeDefinition
java.lang.Object
org.iplass.mtp.auth.oauth.definition.ConsentTypeDefinition
org.iplass.mtp.auth.oauth.definition.consents.OnceConsentTypeDefinition
- All Implemented Interfaces:
Serializable
一度承認済みのscopeに関しては承認画面を出さないConsentType定義です。
ただし、scopeにoffline_accessを含む場合(RefreshTokenの発行)は、承認画面を表示します。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OnceConsentTypeDefinition
public OnceConsentTypeDefinition()
-