-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
String |
name
Name of Token - A String
|
int |
value
Value of token - An int
|
-
Constructor Summary
Constructors
Constructor and Description |
Token() |
Token(String name,
int value)
Constructor
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
value
public int value
Value of token - An int
-
name
public String name
Name of Token - A String
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.