Skip to content

Commit d8106a1

Browse files
author
Mohit
authored
1 parent 3f151f1 commit d8106a1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

common4j/src/main/com/microsoft/identity/common/java/commands/parameters/BrokerSilentTokenCommandParameters.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ public class BrokerSilentTokenCommandParameters extends SilentTokenCommandParame
6767
private final String homeTenantId;
6868

6969
/**
70-
* Flag to indicate whether the silent token request is for a resource account.
70+
* Indicates whether the request is for a resource account or not. Resource account ATS
71+
* flow overrides it.
7172
*/
72-
@Expose
73-
private final boolean isRequestForResourceAccount;
73+
public boolean isRequestForResourceAccount() {
74+
return false;
75+
}
7476

7577
@Override
7678
public void validate() throws ArgumentException {

0 commit comments

Comments
 (0)