Package com.adobe.aio.auth
Interface Context
-
- All Known Implementing Classes:
JwtContext
,OAuthContext
public interface Context
Represents an Authentication context to Adobe IMS.- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_SECRET
Property name for looking up Authentication Client Secret in various contexts.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
validate()
Validates this context is minimally populated and able to function.
-
-
-
Field Detail
-
CLIENT_SECRET
static final String CLIENT_SECRET
Property name for looking up Authentication Client Secret in various contexts. Reference: AIO Developer Documentation- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
default void validate() throws IllegalStateException
Validates this context is minimally populated and able to function.- Throws:
IllegalStateException
- if this context is not valid for use for generating access tokens
-
-