-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcom.microsoft.aad.msal4j.AuthenticationErrorMessage.yml
46 lines (46 loc) · 2.99 KB
/
com.microsoft.aad.msal4j.AuthenticationErrorMessage.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### YamlMime:JavaType
uid: "com.microsoft.aad.msal4j.AuthenticationErrorMessage"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorMessage"
name: "AuthenticationErrorMessage"
nameWithType: "AuthenticationErrorMessage"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AuthenticationErrorMessage**"
constructors:
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorMessage.AuthenticationErrorMessage()"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorMessage.AuthenticationErrorMessage()"
name: "AuthenticationErrorMessage()"
nameWithType: "AuthenticationErrorMessage.AuthenticationErrorMessage()"
syntax: "public AuthenticationErrorMessage()"
fields:
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorMessage.NO_TOKEN_IN_CACHE"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorMessage.NO_TOKEN_IN_CACHE"
name: "NO_TOKEN_IN_CACHE"
nameWithType: "AuthenticationErrorMessage.NO_TOKEN_IN_CACHE"
summary: "Token not found in the cache"
modifiers:
- "static"
- "final"
field:
value: "Token not found in the cache"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String NO_TOKEN_IN_CACHE"
desc: "Token not found in the cache"
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2