Skip to content

Example for acquireToken? #5

@spalt

Description

@spalt

Is this the correct usage of this function? I seem to be getting an error " Build: Property 'subscribe' does not exist on type '() => Observable<{}>'"

this.adalService.acquireToken("http://whatever")
.subscribe(
data => {
alert(data);
},
error => {
alert('error!');
}
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions