Skip to content

Commit 6c9075f

Browse files
committed
add a temporary field in AuthorizationRequest
1 parent 9190291 commit 6c9075f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/AuthorizationRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ public abstract class AuthorizationRequest<T extends AuthorizationRequest<T>> im
9292
@SerializedName("brk_client_id")
9393
private final String mBrkClientId;
9494

95+
@Expose()
96+
@SerializedName("temp-param")
97+
private final String mTempParam = "Temporary";
98+
9599
/**
96100
* Redirect URL of the hub app.
97101
*/

0 commit comments

Comments
 (0)