Uses of Class
de.adorsys.aspsp.xs2a.connector.oauth.OauthType
-
-
Uses of OauthType in de.adorsys.aspsp.xs2a.connector.oauth
Methods in de.adorsys.aspsp.xs2a.connector.oauth that return OauthType Modifier and Type Method Description static OauthTypeOauthType. valueOf(String name)Returns the enum constant of this type with the specified name.static OauthType[]OauthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.aspsp.xs2a.connector.oauth that return types with arguments of type OauthType Modifier and Type Method Description static Optional<OauthType>OauthType. getByValue(String name)Methods in de.adorsys.aspsp.xs2a.connector.oauth with parameters of type OauthType Modifier and Type Method Description voidOauthDataHolder. setOauthTypeAndToken(@Nullable OauthType oauthType, @Nullable String token)
-