public class AuthenticationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationResult |
authenticated(Scope scope,
String clientId) |
String |
getClientId() |
Scope |
getScope() |
boolean |
isAuthenticated() |
static AuthenticationResult |
notAuthenticated() |
public static AuthenticationResult authenticated(Scope scope, String clientId)
public static AuthenticationResult notAuthenticated()
public Scope getScope()
public String getClientId()
public boolean isAuthenticated()
Copyright © 2020–2023 Atlassian. All rights reserved.