azure-docs-sdk-java/docs-ref-autogen/com.microsoft.aad.adal4j.Us...

39 строки
1.4 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.aad.adal4j.UserAssertion.UserAssertion(final String assertion)
name: UserAssertion(final String assertion)
nameWithType: UserAssertion.UserAssertion(final String assertion)
parameters:
- description: <p>The jwt used as credential. </p>
name: assertion
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructor to create credential with a jwt token encoded as a base64 url encoded string.</p>
<p></p>
syntax: public UserAssertion(final String assertion)
uid: com.microsoft.aad.adal4j.UserAssertion.UserAssertion(final String)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.aad.adal4j.UserAssertion.getAssertion()
name: getAssertion()
nameWithType: UserAssertion.getAssertion()
returns:
description: <p>string value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the assertion.</p>
<p></p>
syntax: public String getAssertion()
uid: com.microsoft.aad.adal4j.UserAssertion.getAssertion()
nameWithType: UserAssertion
syntax: public class UserAssertion
type: class
uid: com.microsoft.aad.adal4j.UserAssertion
fullName: com.microsoft.aad.adal4j.UserAssertion
name: UserAssertion
package: com.microsoft.aad.adal4j
metadata: {}