Module org.mule.oauth.client.impl
Class TokenParserConfig.Builder
- java.lang.Object
-
- org.mule.oauth.client.internal.config.TokenParserConfig.Builder
-
- Enclosing class:
- TokenParserConfig
public static class TokenParserConfig.Builder extends Object
Builder implementation for creating aTokenParserConfiginstance- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenParserConfigbuild()TokenParserConfig.BuilderwithResponseAccessTokenExpr(String responseAccessTokenExpr)TokenParserConfig.BuilderwithResponseExpiresInExpr(String responseExpiresInExpr)TokenParserConfig.BuilderwithResponseRefreshTokenExpr(String responseRefreshTokenExpr)
-
-
-
Method Detail
-
withResponseAccessTokenExpr
public TokenParserConfig.Builder withResponseAccessTokenExpr(String responseAccessTokenExpr)
-
withResponseRefreshTokenExpr
public TokenParserConfig.Builder withResponseRefreshTokenExpr(String responseRefreshTokenExpr)
-
withResponseExpiresInExpr
public TokenParserConfig.Builder withResponseExpiresInExpr(String responseExpiresInExpr)
-
build
public TokenParserConfig build()
-
-